From bcb2bb4b6ee85f19c80472df9b44eff0c4016e7b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 3 Mar 2015 23:29:22 +0000 Subject: - fix the LOGSCRIPT in examples/.../syslogd-linux/log - fix comments in a few examples/.../README - add a /var symlink in examples/ROOT --- examples/ROOT/etc/s6-init/init-stage2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/ROOT/etc') diff --git a/examples/ROOT/etc/s6-init/init-stage2 b/examples/ROOT/etc/s6-init/init-stage2 index ad6d8ce..58ac98d 100755 --- a/examples/ROOT/etc/s6-init/init-stage2 +++ b/examples/ROOT/etc/s6-init/init-stage2 @@ -8,11 +8,11 @@ if -nt { -# This should be logged in /tmp/uncaught-logs/current, +# This should be logged in /mnt/tmpfs/uncaught-logs/current, # NOT on /dev/console ! if { s6-echo "* init-stage2 starting." } -# Call your one-time EARLY initialization scripts (before bringing +# Call your one-time early initialization scripts (before bringing # the network up) here: # set the hostname, mount filesystems, adjust sysctls, etc. # if { s6-mount -wt devpts -o noexec,nosuid,gid=0,mode=0600 devpts /dev/pts } -- cgit v1.3.1