]> git.ipfire.org Git - people/stevee/network.git/commitdiff
modem: Actually stop pppd.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Oct 2012 18:18:32 +0000 (18:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Oct 2012 18:18:32 +0000 (18:18 +0000)
hooks/zones/modem

index 9dc2b64c2d782f713bf5ef24688dc5da0ed2d21e..7794897ce0ccb2929159de49667fcb7c414b34b4 100755 (executable)
@@ -179,7 +179,7 @@ function _down() {
        assert isset zone
 
        # Stop the PPP daemon.
-       pppd_start ${zone}
+       pppd_stop ${zone}
 
        exit ${EXIT_OK}
 }