Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d rtsol is not a daemon. rtsol.d should have been ki...



details:   https://anonhg.NetBSD.org/src/rev/b8293ce08bb2
branches:  trunk
changeset: 485132:b8293ce08bb2
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Apr 20 02:12:04 2000 +0000

description:
rtsol is not a daemon.  rtsol.d should have been killed by rc.d/rtsold.
(correct me if i'm wrong)

diffstat:

 etc/rc.d/network |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r eebefd4801ed -r b8293ce08bb2 etc/rc.d/network
--- a/etc/rc.d/network  Thu Apr 20 02:08:55 2000 +0000
+++ b/etc/rc.d/network  Thu Apr 20 02:12:04 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: network,v 1.6 2000/04/11 05:03:24 lukem Exp $
+# $NetBSD: network,v 1.7 2000/04/20 02:12:04 itojun Exp $
 #
 
 # PROVIDE: network
@@ -312,12 +312,6 @@
                sh /etc/netstart.local stop
        fi
 
-       rtsolpid=`check_process rtsol`
-       if [ -n "$rtsolpid" ]; then
-               echo "Stopping rtsol (IPv6 router solicitation daemon)."
-               kill -TERM $rtsolpid
-       fi
-
        echo "Deleting aliases."
        if [ -f /etc/ifaliases ]; then
        (



Home | Main Index | Thread Index | Old Index