summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2010-12-01 20:23:34 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2010-12-01 20:23:34 +0000
commita8d38c565f757bfce2c6ebc7142a5964cd8934d1 (patch)
tree0ac8a5676cc44c4d4066d097e49f9fe8fc29e025
parentea453f380c533fb3ce9ed10d8196bb6fc5d7a7f8 (diff)
And do not forget the comment chars either
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@466 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-xmake-bindconfig-from-ldap2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-bindconfig-from-ldap b/make-bindconfig-from-ldap
index 9204674..babc721 100755
--- a/make-bindconfig-from-ldap
+++ b/make-bindconfig-from-ldap
@@ -118,7 +118,7 @@ print CONF << "EOF";
// vim:set syn=named:
EOF
for my $thishost (@THISNAMES) {
- print CONF "This system is known as $thishost\n";
+ print CONF "// This system is known as $thishost\n";
};
my @lines = <>;