From d503a6fe70268f6b451a80b3fc89641f33491e9e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 3 Feb 1999 17:38:16 +0000 Subject: random fixes from bugzilla: setsysfont only if font defined; do hwclock --adjust; fix /forcefsck --- sysconfig/network-scripts/ifup-ppp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig/network-scripts/ifup-ppp') diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index de891438..ef3ec4bd 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -6,7 +6,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin if [ "$1" != daemon ] ; then # disconnect stdin, out, err to disassociate from controlling tty # so that no HUPs will get through. - $0 daemon $*& /dev/null 2>/dev/null + $0 daemon $* /dev/null 2>/dev/null & exit 0 fi shift -- cgit v1.2.1