diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-08-30 07:19:20 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-08-30 07:19:20 +0000 |
commit | c07fe7559b7de53f18fd35194b1122419ef4eaaf (patch) | |
tree | 45f3ca8a6b89461976de06c211c3acc179c7d26d /main | |
parent | 8ba06a905e2a5d3c03d0dfde392dcfe052cd0371 (diff) | |
download | aports-c07fe7559b7de53f18fd35194b1122419ef4eaaf.tar.bz2 aports-c07fe7559b7de53f18fd35194b1122419ef4eaaf.tar.xz |
main/rp-pppoe: added rp-pppoe.post-install
Diffstat (limited to 'main')
-rw-r--r-- | main/rp-pppoe/rp-pppoe.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/rp-pppoe/rp-pppoe.post-install b/main/rp-pppoe/rp-pppoe.post-install new file mode 100644 index 0000000000..b0061fcf0c --- /dev/null +++ b/main/rp-pppoe/rp-pppoe.post-install @@ -0,0 +1,4 @@ +#!/bin/sh +sed -i -r 's/^\s*(net\.ipv4\.ip_forward.*)/net.ipv4.ip_forward=1/' /etc/sysctl.conf +exit 0 + |