diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2013-11-17 23:19:12 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2013-11-17 23:19:12 +0000 |
commit | a77cb8b9a62cd19eb3a28d6b647a316cea6d51ac (patch) | |
tree | 564f8193077823a9abae4a72e1befd883d239907 /news | |
parent | 75cd8c3c9c7ba703141dc733c9717aa2ad2ae4bc (diff) |
- Oops, forgot about MAN section during update :(
Noticed by: QAT
Notes
Notes:
svn path=/head/; revision=334133
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 8d9767c36056..ff90d38955ab 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -136,12 +136,12 @@ HEADERS= clibrary.h config.h dbz.h libinn.h storage.h MAN1= convdate.1 fastrm.1 getlist.1 grephistory.1 inews.1 innconfval.1 \ innmail.1 nntpget.1 pgpverify.1 rnews.1 shlock.1 \ shrinkfile.1 simpleftp.1 sm.1 pullnews.1 -MAN3= INN::Config.3pm clientlib.3 dbz.3 inndcomm.3 libauth.3 libinn.3 \ - libinnhist.3 libstorage.3 list.3 qio.3 tst.3 uwildmat.3 +MAN3= INN::Config.3pm INN::Utils::Shlock.3pm clientlib.3 dbz.3 inndcomm.3 libauth.3 \ + libinn.3 libinnhist.3 libstorage.3 list.3 qio.3 tst.3 uwildmat.3 MAN5= active.5 active.times.5 buffindexed.conf.5 control.ctl.5 \ cycbuff.conf.5 distrib.pats.5 distributions.5 expire.ctl.5 history.5 \ incoming.conf.5 inn.conf.5 innfeed.conf.5 innwatch.ctl.5 \ - moderators.5 motd.news.5 newsfeeds.5 newsgroups.5 \ + moderators.5 motd.innd.5 motd.nnrpd.5 newsfeeds.5 newsgroups.5 \ newslog.5 nnrpd.track.5 nntpsend.ctl.5 ovdb.5 \ passwd.nntp.5 radius.conf.5 readers.conf.5 \ storage.conf.5 subscriptions.5 @@ -149,14 +149,15 @@ MAN8= actsync.8 archive.8 batcher.8 buffchan.8 \ ckpasswd.8 cnfsheadconf.8 cnfsstat.8 controlchan.8 ctlinnd.8 \ cvtbatch.8 docheckgroups.8 domain.8 expire.8 expireover.8 \ expirerm.8 filechan.8 \ - ident.8 inncheck.8 innbind.8 innd.8 inndf.8 innreport.8 innstat.8 \ - innupgrade.8 innwatch.8 innxbatch.8 innxmit.8 mailpost.8 makedbz.8 \ + ident.8 inncheck.8 innbind.8 innd.8 inndf.8 innfeed.8 innreport.8 \ + innstat.8 innupgrade.8 innwatch.8 innxbatch.8 innxmit.8 mailpost.8 makedbz.8 \ makehistory.8 mod-active.8 news.daily.8 news2mail.8 ninpaths.8 \ nnrpd.8 nntpsend.8 ovdb_init.8 ovdb_monitor.8 ovdb_server.8 \ - ovdb_stat.8 overchan.8 perl-nocem.8 prunehistory.8 \ - radius.8 rc.news.8 scanlogs.8 send-nntp.8 send-uucp.8 sendinpaths.8 \ - tally.control.8 tdx-util.8 tinyleaf.8 writelog.8 -MLINKS= actsync.8 actsyncd.8 docheckgroups.8 localgroups.5 perl-nocem.8 nocem.ctl.5 + ovdb_stat.8 overchan.8 perl-nocem.8 procbatch.8 prunehistory.8 \ + radius.8 rc.news.8 scanlogs.8 scanspool.8 send-nntp.8 send-uucp.8 \ + sendinpaths.8 tally.control.8 tdx-util.8 tinyleaf.8 writelog.8 +MLINKS= actsync.8 actsyncd.8 docheckgroups.8 localgroups.5 perl-nocem.8 nocem.ctl.5 \ + innfeed.8 imapfeed.8 ninpaths.8 inpaths.8 TO_BE_STRIPPED= bin/auth/resolv/domain bin/auth/resolv/ident \ bin/auth/passwd/ckpasswd bin/auth/passwd/radius bin/rnews.libexec/decode \ |