[Pkg-sysvinit-commits] r406 -
sysvinit/trunk/debian/initscripts/etc/default
Thomas Hood
jdthood-guest at costa.debian.org
Mon Dec 19 18:55:04 UTC 2005
Author: jdthood-guest
Date: 2005-12-19 18:55:04 +0000 (Mon, 19 Dec 2005)
New Revision: 406
Modified:
sysvinit/trunk/debian/initscripts/etc/default/tmpfs
Log:
Fix variable names
Modified: sysvinit/trunk/debian/initscripts/etc/default/tmpfs
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/default/tmpfs 2005-12-19 18:40:56 UTC (rev 405)
+++ sysvinit/trunk/debian/initscripts/etc/default/tmpfs 2005-12-19 18:55:04 UTC (rev 406)
@@ -1,9 +1,10 @@
-# DEVSHM_SIZE sets the maximum size (in bytes) that /dev/shm can use.
-# SLASHRUN_SIZE sets the maximum size (in bytes) that /run can use.
+# 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.
#
-# The size will be rounded down to a multiple of the page size, namely, 4096 bytes.
+# The size will be rounded down to a multiple of the page size, namely,
+# 4096 bytes.
-# DEVSHM_SIZE=
-# SLASHRUN_SIZE=
+SHM_SIZE=
+RUN_SIZE=
More information about the Pkg-sysvinit-commits
mailing list