[Pkg-sysvinit-commits] r424 -
sysvinit/trunk/debian/initscripts/etc/default
Thomas Hood
jdthood-guest at costa.debian.org
Tue Dec 20 14:21:48 UTC 2005
Author: jdthood-guest
Date: 2005-12-20 14:21:47 +0000 (Tue, 20 Dec 2005)
New Revision: 424
Modified:
sysvinit/trunk/debian/initscripts/etc/default/tmpfs
Log:
Remove RUN_SIZE var
Modified: sysvinit/trunk/debian/initscripts/etc/default/tmpfs
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/default/tmpfs 2005-12-20 14:16:20 UTC (rev 423)
+++ sysvinit/trunk/debian/initscripts/etc/default/tmpfs 2005-12-20 14:21:47 UTC (rev 424)
@@ -1,10 +1,8 @@
# SHM_SIZE sets the maximum size (in bytes) that the /dev/shm tmpfs can use.
-# RUN_SIZE sets the maximum size (in bytes) that the /run tmpfs can use.
-# Both of these default to the value of TMPFS_SIZE if the latter is set
-# and to half of installed RAM (the kernel's default) if not.
+# Default is the value of TMPFS_SIZE if the latter is set and half of
+# installed RAM (the Linux default) if not.
#
# The size will be rounded down to a multiple of the page size, namely,
# 4096 bytes.
SHM_SIZE=
-RUN_SIZE=4194304
More information about the Pkg-sysvinit-commits
mailing list