summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-05-15 19:56:59 +0000
committerkris <kris@FreeBSD.org>2000-05-15 19:56:59 +0000
commitf0439cee6640ccb4f560dabe921e2cb06e6a2614 (patch)
tree80d4441d9a35aa48f103ce7d31723c320848b833 /etc/rc.d
parentb3014de216747b1beeca21eb20974a5efc208c78 (diff)
downloadFreeBSD-src-f0439cee6640ccb4f560dabe921e2cb06e6a2614.zip
FreeBSD-src-f0439cee6640ccb4f560dabe921e2cb06e6a2614.tar.gz
Remove extraneous ";;" in previous commit
Submitted by: jedgar
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/netoptions1
-rw-r--r--etc/rc.d/network11
-rw-r--r--etc/rc.d/network21
-rw-r--r--etc/rc.d/network31
-rw-r--r--etc/rc.d/routing1
5 files changed, 0 insertions, 5 deletions
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
OpenPOWER on IntegriCloud