diff options
author | Dan McGee <dan@archlinux.org> | 2010-05-04 12:35:51 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-04 12:35:51 -0500 |
commit | 789054c32829b7b07bf5c8acc2fdaefb35b97631 (patch) | |
tree | 974612511a920f10d44aaac4f00eb2b4826b7d42 /inittab | |
parent | 9022562ab0220a2a260e98bd5d44c58d5f72e276 (diff) |
Remove bashism from inittab2010.05-3
Fixes FS#19311, use POSIX compliant stdout/stderr redirection.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'inittab')
-rw-r--r-- | inittab | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,6 +40,6 @@ ca::ctrlaltdel:/sbin/shutdown -t3 -r now x:5:respawn:/usr/bin/xdm -nodaemon #x:5:respawn:/usr/sbin/gdm -nodaemon #x:5:respawn:/usr/bin/kdm -nodaemon -#x:5:respawn:/usr/bin/slim >& /dev/null +#x:5:respawn:/usr/bin/slim >/dev/null 2>&1 # End of file |