[5441] in Moira
Manpage for nonexistant command installed
daemon@ATHENA.MIT.EDU (Evan Broder)
Sun Jun 14 16:32:34 2009
Message-ID: <4A355E50.5010309@mit.edu>
Date: Sun, 14 Jun 2009 13:32:16 -0700
From: Evan Broder <broder@MIT.EDU>
MIME-Version: 1.0
To: moiradev@mit.edu
Content-Type: multipart/mixed;
boundary="------------030602050402080106070604"
This is a multi-part message in MIME format.
--------------030602050402080106070604
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi -
moira currently installs a manpage for userreg (man/userreg.1), in
spite of that command not existing (anymore? It looks like it might have
been deleted at some point in the past).
Because I don't like submitting bugs without patches, attached is the
trivial patch to make it go away :)
Thanks,
- Evan
--------------030602050402080106070604
Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
name="no-userreg-manpage.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="no-userreg-manpage.patch"
Index: man/Makefile.in
===================================================================
RCS file: /mit/moiradev/repository/moira/man/Makefile.in,v
retrieving revision 1.8
diff -u -r1.8 Makefile.in
--- man/Makefile.in 5 Jan 2009 22:25:44 -0000 1.8
+++ man/Makefile.in 14 Jun 2009 20:28:31 -0000
@@ -12,7 +12,7 @@
mandir=@mandir@
MAN1= blanche.1 chfn.1 chpobox.1 chsh.1 dcmmaint.1 listmaint.1 mailmaint.1 \
- mitch.1 moira.1 mrcheck.1 stanley.1 stella.1 usermaint.1 userreg.1
+ mitch.1 moira.1 mrcheck.1 stanley.1 stella.1 usermaint.1
MAN3= canonicalize_hostname.3 format_filesys_type.3 moira.3 \
mr_access.3 mr_auth.3 mr_connect.3 mr_disconnect.3 \
mr_host.3 mr_motd.3 mr_noop.3 mr_query.3 \
--------------030602050402080106070604--