diff options
author | kris <kris@FreeBSD.org> | 2000-05-15 19:56:59 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-05-15 19:56:59 +0000 |
commit | f0439cee6640ccb4f560dabe921e2cb06e6a2614 (patch) | |
tree | 80d4441d9a35aa48f103ce7d31723c320848b833 /etc | |
parent | b3014de216747b1beeca21eb20974a5efc208c78 (diff) | |
download | FreeBSD-src-f0439cee6640ccb4f560dabe921e2cb06e6a2614.zip FreeBSD-src-f0439cee6640ccb4f560dabe921e2cb06e6a2614.tar.gz |
Remove extraneous ";;" in previous commit
Submitted by: jedgar
Diffstat (limited to 'etc')
-rw-r--r-- | etc/network.subr | 1 | ||||
-rw-r--r-- | etc/rc.d/netoptions | 1 | ||||
-rw-r--r-- | etc/rc.d/network1 | 1 | ||||
-rw-r--r-- | etc/rc.d/network2 | 1 | ||||
-rw-r--r-- | etc/rc.d/network3 | 1 | ||||
-rw-r--r-- | etc/rc.d/routing | 1 | ||||
-rw-r--r-- | etc/rc.network | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/etc/network.subr b/etc/network.subr index 50ab079..e37d25f 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -624,7 +624,6 @@ network_pass3() { echo ' creating ssh RSA host key'; /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key fi - ;; if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then echo ' creating ssh DSA host key'; /usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index 50ab079..e37d25f 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -624,7 +624,6 @@ network_pass3() { echo ' creating ssh RSA host key'; /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key fi - ;; if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then echo ' creating ssh DSA host key'; /usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key diff --git a/etc/rc.d/network1 b/etc/rc.d/network1 index 50ab079..e37d25f 100644 --- a/etc/rc.d/network1 +++ b/etc/rc.d/network1 @@ -624,7 +624,6 @@ network_pass3() { echo ' creating ssh RSA host key'; /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key fi - ;; if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then echo ' creating ssh DSA host key'; /usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key diff --git a/etc/rc.d/network2 b/etc/rc.d/network2 index 50ab079..e37d25f 100644 --- a/etc/rc.d/network2 +++ b/etc/rc.d/network2 @@ -624,7 +624,6 @@ network_pass3() { echo ' creating ssh RSA host key'; /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key fi - ;; if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then echo ' creating ssh DSA host key'; /usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key diff --git a/etc/rc.d/network3 b/etc/rc.d/network3 index 50ab079..e37d25f 100644 --- a/etc/rc.d/network3 +++ b/etc/rc.d/network3 @@ -624,7 +624,6 @@ network_pass3() { echo ' creating ssh RSA host key'; /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key fi - ;; if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then echo ' creating ssh DSA host key'; /usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key diff --git a/etc/rc.d/routing b/etc/rc.d/routing index 50ab079..e37d25f 100644 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -624,7 +624,6 @@ network_pass3() { echo ' creating ssh RSA host key'; /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key fi - ;; if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then echo ' creating ssh DSA host key'; /usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key diff --git a/etc/rc.network b/etc/rc.network index 50ab079..e37d25f 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -624,7 +624,6 @@ network_pass3() { echo ' creating ssh RSA host key'; /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key fi - ;; if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then echo ' creating ssh DSA host key'; /usr/bin/ssh-keygen -d -N "" -f /etc/ssh/ssh_host_dsa_key |