diff options
-rw-r--r-- | daemons/ChangeLog | 4 | ||||
-rw-r--r-- | daemons/runsystem.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog index bf50dfd7..897d1678 100644 --- a/daemons/ChangeLog +++ b/daemons/ChangeLog @@ -1,3 +1,7 @@ +2001-12-20 Marcus Brinkmann <marcus@gnu.org> + + * runsystem.sh: For now, this requires bash. + 2001-11-21 Roland McGrath <roland@frob.com> * runttys.c (setup_terminal, add_terminal, init_ttys): Check for diff --git a/daemons/runsystem.sh b/daemons/runsystem.sh index a9bb4b5c..c653807f 100644 --- a/daemons/runsystem.sh +++ b/daemons/runsystem.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # This program is run by /hurd/init at boot time after the essential # servers are up, and is responsible for running the "userland" parts of a |