From: Peter Palfrader Date: Sun, 23 Nov 2008 20:41:13 +0000 (+0100) Subject: Remove cruft comment X-Git-Tag: userdir-ldap-0.3.52~4 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=e19c1948fc72c58f320daedbfc527d2c6af8b726 Remove cruft comment --- diff --git a/debian/changelog b/debian/changelog index 069ad29..7fdc634 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +userdir-ldap (0.3.XX) unstable; urgency=low + + * Remove cruft comment. + + -- Peter Palfrader Sun, 23 Nov 2008 21:40:58 +0100 + userdir-ldap (0.3.51) unstable; urgency=low * Update template/welcome-message-800 to match the actual template used diff --git a/ud-generate b/ud-generate index 2ad4791..0f95186 100755 --- a/ud-generate +++ b/ud-generate @@ -910,10 +910,6 @@ def GenSSHKnown(l,File,mode=None): if Host.endswith(HostDomain): HostNames.append(Host[:-(len(HostDomain)+1)]) - # [[]] makes http links - # but integrating it somehow into the purpose line might be a good idea - # maybe [[*fooobar]] things would be a link but not added to the ssh key list, - # and [[-..]] or something would be just an ssh entry but no link # in the purpose field [[host|some other text]] (where some other text is optional) # makes a hyperlink on the web thing. we now also add these hosts to the ssh known_hosts # file. But so that we don't have to add everything we link we can add an asterisk