diff options
author | Bill Nottingham <notting@redhat.com> | 2006-09-19 17:42:35 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-09-19 17:42:35 +0000 |
commit | d8cc7a152f2ca6dec7e7ad623d9790ad26ec8c8a (patch) | |
tree | c547977236c9374bd5b21cabb020272e14a1f9bd /sysconfig | |
parent | dd6ce1771faf36b5ea8c67083bf096a4c94cad4b (diff) | |
download | initscripts-d8cc7a152f2ca6dec7e7ad623d9790ad26ec8c8a.tar initscripts-d8cc7a152f2ca6dec7e7ad623d9790ad26ec8c8a.tar.gz initscripts-d8cc7a152f2ca6dec7e7ad623d9790ad26ec8c8a.tar.bz2 initscripts-d8cc7a152f2ca6dec7e7ad623d9790ad26ec8c8a.tar.xz initscripts-d8cc7a152f2ca6dec7e7ad623d9790ad26ec8c8a.zip |
sed gone wrong
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/network-scripts/network-functions-ipv6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions-ipv6 b/sysconfig/network-scripts/network-functions-ipv6 index bb8f3af7..8cfa9158 100644 --- a/sysconfig/network-scripts/network-functions-ipv6 +++ b/sysconfig/network-scripts/network-functions-ipv6 @@ -1,6 +1,6 @@ #!/bin/sh # -. ./network-functions-ipv6 +# network-functions-ipv6 # # Taken from: network-functions-ipv6 # (P) & (C) 1997-2005 by Peter Bieringer <pb@bieringer.de> |