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/files/2.4.2/ip-up | |
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/files/2.4.2/ip-up')
-rw-r--r-- | net-dialup/ppp/files/2.4.2/ip-up | 2 |
1 files changed, 1 insertions, 1 deletions
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 "$@" |