diff options
-rwxr-xr-x | net/6to4/files/6to4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/6to4/files/6to4 b/net/6to4/files/6to4 index 4b7c94694da..9bf5a02ac3e 100755 --- a/net/6to4/files/6to4 +++ b/net/6to4/files/6to4 @@ -121,7 +121,6 @@ if ($ARGV[0] eq "rtadvd-stop" or $ARGV[0] eq "stop-rtadvd") { } # rtadvd-start: -# Write config file for rtadvd to /tmp and start rtadvd: if ($ARGV[0] eq "rtadvd-start" or $ARGV[0] eq "start-rtadvd" ) { if ( -f "/var/run/rtadvd.pid" ) { print "rtadvd already running!\n"; |