summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2006-04-12 12:01:53 +0000
committerume <ume@FreeBSD.org>2006-04-12 12:01:53 +0000
commit5acd17702f3fb55ebf43e1696456f29af77a3233 (patch)
treefdf87f7bd60044f0ff3765a474237b82713565d0 /etc
parent950380b23dfc90c1cf9be947947bd154b8f98a72 (diff)
downloadFreeBSD-src-5acd17702f3fb55ebf43e1696456f29af77a3233.zip
FreeBSD-src-5acd17702f3fb55ebf43e1696456f29af77a3233.tar.gz
Remove an inappropriate comment which is put into generated
host.conf. Someone may want to edit it later. Requested by: Rostislav Krasny <rosti.bsd__at__gmail.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/nsswitch2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/nsswitch b/etc/rc.d/nsswitch
index fc2ab6a..4966c7e 100644
--- a/etc/rc.d/nsswitch
+++ b/etc/rc.d/nsswitch
@@ -107,7 +107,7 @@ generate_host_conf()
_sources="${_sources}${_sources:+ }$line"
done < $nsswitch_conf
- echo "# Auto-generated from nsswitch.conf, do not edit" > $host_conf
+ echo "# Auto-generated from nsswitch.conf" > $host_conf
for _s in ${_sources}; do
case $_s in
files)
OpenPOWER on IntegriCloud