From 8156c34a17e11201afaa1e2f8e825a2a16a18637 Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Wed, 3 Oct 2007 08:52:10 +0000 Subject: [PATCH] RAMSIZE Settings fuer den Appeljuice korrigiert git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@936 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- lfs/applejuice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/applejuice b/lfs/applejuice index 6871d653c3..4e12c295a8 100644 --- a/lfs/applejuice +++ b/lfs/applejuice @@ -84,7 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && cp -afv phpaj /srv/web chown nobody.nobody /srv/web/phpaj -Rv -mkdir /var/ipfire/applejuice - echo "RAMSIZE=64" > /var/ipfire/applejuice/settings + echo "RAMSIZE=64M" > /var/ipfire/applejuice/settings chown nobody.nobody /var/ipfire/applejuice -Rv @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.2