Skip to content

Commit

Permalink
signcontrol: Remove it from the INN distribution
Browse files Browse the repository at this point in the history
signcontrol is currently unconditionally installed even though it has per-site
configuration, so that configuration would be overwritten on "make update".
It does not need being shipped with INN.  For the rare people needing to
issue PGP-signed control articles, they can easily get it as part of the
pgpverify distribution available from ISC.

closes #28
  • Loading branch information
Julien-Elie committed Nov 24, 2021
1 parent 795e072 commit 08798fa
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 614 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -71,7 +71,6 @@
/control/docheckgroups
/control/perl-nocem
/control/pgpverify
/control/signcontrol
/doc/checklist
/doc/external-auth
/doc/hook-perl
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Expand Up @@ -39,9 +39,9 @@ files. Specifically (but possibly not comprehensively):
lib/snprintf.c may be used for any purpose as long as the author's
notice remains intact in all source code distributions.

control/pgpverify.in and control/signcontrol.in are under a BSD-style
license (with the advertising clause) with UUNET Technologies, Inc. as
the copyright holder. See the end of those files for details.
control/pgpverify.in is under a BSD-style license (with the advertising
clause) with UUNET Technologies, Inc. as the copyright holder. See the
end of that file for details.

control/controlchan.in and control/modules/*.pl are covered by a
two-clause BSD-style license (no advertising clause). See the
Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Expand Up @@ -107,7 +107,6 @@ control/modules/senduuname.pl senduuname controlchan handler
control/modules/version.pl version controlchan handler
control/perl-nocem.in NoCeM on spool implementation
control/pgpverify.in Verify control messages with PGP
control/signcontrol.in PGP control message signing program
doc Documentation (Directory)
doc/FAQ INN Frequently Asked Questions
doc/GPL The GNU General Public License 2.0
Expand Down
3 changes: 1 addition & 2 deletions control/Makefile
Expand Up @@ -3,7 +3,7 @@ include ../Makefile.global
top = ..

ALL = controlbatch controlchan docheckgroups perl-nocem \
pgpverify signcontrol
pgpverify

MAN = ../doc/man/perl-nocem.8 ../doc/man/pgpverify.1

Expand Down Expand Up @@ -43,7 +43,6 @@ controlchan: controlchan.in $(FIX) ; $(FIX) controlchan.in
docheckgroups: docheckgroups.in $(FIX) ; $(FIX) docheckgroups.in
perl-nocem: perl-nocem.in $(FIX) ; $(FIX) perl-nocem.in
pgpverify: pgpverify.in $(FIX) ; $(FIX) pgpverify.in
signcontrol: signcontrol.in $(FIX) ; $(FIX) -i signcontrol.in

../doc/man/perl-nocem.8: perl-nocem.in
$(POD2MAN) -s 8 -n "PERL-NOCEM" $? > $@
Expand Down

0 comments on commit 08798fa

Please sign in to comment.