diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-12-20 17:29:33 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-12-20 17:29:33 +0000 |
commit | deaefbde55ca1fe438d4d4a7fad0f5c1e2db6d6a (patch) | |
tree | 562bac1eb085da7b9565a85643882d5e7479fb9c /daemons | |
parent | ed7084d36cd68614191ac2a590fc45c5a3a8f221 (diff) |
2001-12-20 Marcus Brinkmann <marcus@gnu.org>
* runsystem.sh: For now, this requires bash.
Diffstat (limited to 'daemons')
-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 |