diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-01-22 02:07:22 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-01-22 02:07:22 +0000 |
commit | e68233d86bfd74bb8f107c9b94928849c3a2f8be (patch) | |
tree | 73729fbe43c5fa18cee71a87d4df29788ce1c7f8 /net-dialup/ppp | |
parent | Multilib fixes. (diff) | |
download | gentoo-2-e68233d86bfd74bb8f107c9b94928849c3a2f8be.tar.gz gentoo-2-e68233d86bfd74bb8f107c9b94928849c3a2f8be.tar.bz2 gentoo-2-e68233d86bfd74bb8f107c9b94928849c3a2f8be.zip |
beautify scripts (trivial change)
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/files/2.4.2/ip-down | 2 | ||||
-rw-r--r-- | net-dialup/ppp/files/2.4.2/ip-up | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ppp/files/2.4.2/ip-down b/net-dialup/ppp/files/2.4.2/ip-down index 5764c1c73f25..2a522fd3e7b6 100644 --- a/net-dialup/ppp/files/2.4.2/ip-down +++ b/net-dialup/ppp/files/2.4.2/ip-down @@ -28,4 +28,4 @@ if [ "$USEPEERDNS" ]; then fi -[ -f /etc/ppp/ip-down.local ] && . /etc/ppp/ip-down.local "$1" "$2" "$3" "$4" "$5" "$6" +[ -f /etc/ppp/ip-down.local ] && . /etc/ppp/ip-down.local "$@" diff --git a/net-dialup/ppp/files/2.4.2/ip-up b/net-dialup/ppp/files/2.4.2/ip-up index d254a48c30c1..29719562096f 100644 --- a/net-dialup/ppp/files/2.4.2/ip-up +++ b/net-dialup/ppp/files/2.4.2/ip-up @@ -39,4 +39,4 @@ if [ "$USEPEERDNS" ]; then fi -[ -f /etc/ppp/ip-up.local ] && . /etc/ppp/ip-up.local "$1" "$2" "$3" "$4" "$5" "$6" +[ -f /etc/ppp/ip-up.local ] && . /etc/ppp/ip-up.local "$@" |