]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/ppp/ip-up
Alpha2 - Aenderungen von Arne F. eingepflegt.
[people/teissler/ipfire-2.x.git] / src / ppp / ip-up
index 918dba65c227162f1233276aa1a1ce306925c444..4dc6c05a94506ef637757b14d9a3bf1b152828b6 100644 (file)
@@ -50,7 +50,7 @@ if (open(FILE, ">${General::swroot}/red/local-ipaddress"))  { print FILE $ARGV[3
 if (open(FILE, ">${General::swroot}/red/remote-ipaddress")) { print FILE $ARGV[4]; close (FILE); }
 
 system('/usr/bin/touch', "${General::swroot}/red/active");
-system('/etc/rc.d/init.d/network red update');
+system('/etc/rc.d/init.d/net/red/update');
 
 # Beep when ppp goes up or down. Silence if 'nobeeps' file exists.
 if ( ! -e "${General::swroot}/ppp/nobeeps") {