diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-08-30 12:06:22 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-08-30 12:06:22 +0000 |
commit | be9cfdd9ddec3fc483581b10922f7b0decd61ead (patch) | |
tree | 09a547d1f3ff0c502dc53d643fc0fceedbb6d9b5 /main/rp-pppoe/rp-pppoe.post-install | |
parent | f8e5bb62a5ce94b1da68e5184c2bba13c4fb8271 (diff) | |
download | aports-be9cfdd9ddec3fc483581b10922f7b0decd61ead.tar.bz2 aports-be9cfdd9ddec3fc483581b10922f7b0decd61ead.tar.xz |
testing/arping perl-data-hexdump perl-sys-syslog: new aports
main/rp-pppoe: leave ip_forward untouched
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 - |