summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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