Module Name:    src
Committed By:   kre
Date:           Sat Nov 19 01:14:58 UTC 2016

Modified Files:
        src/etc/rc.d: rtadvd

Log Message:
Undo change to a comment made when I thought another change to the
script was needed ... the unnecessary script change was never committed,
but the comment that described it was...    No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/etc/rc.d/rtadvd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/rc.d/rtadvd
diff -u src/etc/rc.d/rtadvd:1.9 src/etc/rc.d/rtadvd:1.10
--- src/etc/rc.d/rtadvd:1.9	Fri Nov 18 23:10:05 2016
+++ src/etc/rc.d/rtadvd	Sat Nov 19 01:14:58 2016
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: rtadvd,v 1.9 2016/11/18 23:10:05 kre Exp $
+# $NetBSD: rtadvd,v 1.10 2016/11/19 01:14:58 kre Exp $
 #
 
 # PROVIDE: rtadvd
@@ -56,7 +56,7 @@ rtadvd_prereload()
 	# Make sure /var/run exists in the chroot
 	mkdir -p "${chdir}/var/run"
 
-	# Provide links to the chrooted dump & pid files
+	# Provide a link to the chrooted dump file
 	ln -snf "${chdir}/var/run/${name}.dump" /var/run
 
 	# Note: actual chroot is done by rtadvd itself

Reply via email to