aboutsummaryrefslogtreecommitdiff
path: root/daemons/runsystem.sh
Commit message (Collapse)AuthorAgeFilesLines
* daemons: make sure / is writable before setting up pflocalJustus Winter2013-09-191-4/+11
| | | | | | | | | runsystem.sh checks whether /servers/socket/1 exists and creates it using settrans -c if it does not. But at this point in the boot the root filesystem is normally not writable. This patch fixes this. * daemons/runsystem.sh: Make sure / is writable before attempting to set up pflocal.
* Automatically setup local sockets if not already done so.Samuel Thibault2012-09-231-0/+6
| | | | | | | Needed early for shell pipelines. * daemons/runsystem.sh: See whether pflocal is setup already, and do so if not (install case)
* Set default umask to 022Samuel Thibault2011-06-211-0/+2
| | | | * daemons/runsystem.sh: Call umask 022.
* 2001-12-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-12-201-1/+1
| | | | * runsystem.sh: For now, this requires bash.
* 2001-08-20 Roland McGrath <roland@frob.com>Roland McGrath2001-08-201-8/+2
| | | | | * runsystem.sh: Don't check for MULTIBOOT_CMDLINE environment variable. Instead, expect it as normal arguments from init.
* 1999-06-18 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-181-0/+146
* runsystem.sh: New file. * Makefile (targets, special-targets): Add runsystem. (runsystem): New target.