]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Remove options.pptp from pppd configuration.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Aug 2009 10:54:04 +0000 (12:54 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Aug 2009 10:54:04 +0000 (12:54 +0200)
lfs/pptp

index 4b0c2a08432b5330e53ef6aedfc50dcd20bf2acb..8f761c52411a691ba86e3bb1ebb06cec95db11a2 100644 (file)
--- a/lfs/pptp
+++ b/lfs/pptp
@@ -85,5 +85,6 @@ $(OBJECT): $(objects)
        cd $(DIR_APP) && sed -i -e "s/install -o root -m 555 pptp/install -m 755 pptp/" Makefile
        cd $(DIR_APP) && make #$(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
+       rm -vf /etc/ppp/options.pptp
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)