Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/rc.d Undo change to a comment made when I thought anothe...
details: https://anonhg.NetBSD.org/src/rev/7d4607db931f
branches: trunk
changeset: 348983:7d4607db931f
user: kre <kre%NetBSD.org@localhost>
date: Sat Nov 19 01:14:58 2016 +0000
description:
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.
diffstat:
etc/rc.d/rtadvd | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r e5a266176f1d -r 7d4607db931f etc/rc.d/rtadvd
--- a/etc/rc.d/rtadvd Fri Nov 18 23:10:05 2016 +0000
+++ b/etc/rc.d/rtadvd Sat Nov 19 01:14:58 2016 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index