]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
[util/wedged.sh.in] fix ed script. Partial fix for Bug 278.
authorTim Rice <tim@multitalents.net>
Tue, 29 Apr 2003 03:28:35 +0000 (03:28 +0000)
committerTim Rice <tim@multitalents.net>
Tue, 29 Apr 2003 03:28:35 +0000 (03:28 +0000)
util/wedged.sh.in

index 55dc890065c653afd4e0214f6b61860acd88f489..de54f4002e9492000b9db40f669f8738569b43ec 100644 (file)
@@ -72,7 +72,7 @@ EOF
 #
 if [ -f /etc/inittab ]; then
     ed - /etc/inittab<<EOF
-/^[^#].*:respawn:.*faxgetty[ ][ ]*$tty/s/respawn/off/
+/^[^#].*:respawn:.*faxgetty .*$tty/s/respawn/off/
 w
 q
 EOF