diff options
Diffstat (limited to 'main/rp-pppoe/rp-pppoe.post-install')
-rw-r--r-- | main/rp-pppoe/rp-pppoe.post-install | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/rp-pppoe/rp-pppoe.post-install b/main/rp-pppoe/rp-pppoe.post-install deleted file mode 100644 index b0061fcf0c..0000000000 --- a/main/rp-pppoe/rp-pppoe.post-install +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -sed -i -r 's/^\s*(net\.ipv4\.ip_forward.*)/net.ipv4.ip_forward=1/' /etc/sysctl.conf -exit 0 - |