From b566b5698c7adba211168e2b7eac2618a6a6ca97 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Tue, 23 Sep 1997 15:38:57 +0000 Subject: Disassociate from controlling tty so SIGHUPs won't be generated. --- sysconfig/network-scripts/ifup-ppp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysconfig/network-scripts/ifup-ppp') diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index 9d09038f..ff36accf 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -7,10 +7,11 @@ CONFIG=$1 # ifup-post for PPP is handled through /etc/ppp/ip-up if [ "$1" != daemon ] ; then - $0 daemon $*& + # disconnect stdin, out, err to disassociate from controlling tty + # so that no HUPs will get through. + $0 daemon $*& /dev/null 2>/dev/null exit 0 fi - shift source_config -- cgit v1.2.1