More tincd->tinc updates.
This commit is contained in:
parent
a9247e6f2c
commit
bd03256558
4 changed files with 5 additions and 5 deletions
|
@ -5,14 +5,14 @@ info_TEXINFOS = tinc.texi
|
||||||
dyn_MANS = tincd.8
|
dyn_MANS = tincd.8
|
||||||
man_aux = $(dyn_MANS:.8=.x)
|
man_aux = $(dyn_MANS:.8=.x)
|
||||||
|
|
||||||
man_MANS = tincd.conf.5 genauth.8 $(dyn_MANS)
|
man_MANS = tinc.conf.5 genauth.8 $(dyn_MANS)
|
||||||
|
|
||||||
PERL = @PERL@
|
PERL = @PERL@
|
||||||
HELP2MAN = help2man
|
HELP2MAN = help2man
|
||||||
MAINTAINERCLEANFILES = $(dyn_MANS)
|
MAINTAINERCLEANFILES = $(dyn_MANS)
|
||||||
|
|
||||||
EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
|
EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
|
||||||
Makefile.maint GNUmakefile Makefile.summ tincd.conf.sample
|
Makefile.maint GNUmakefile Makefile.summ tinc.conf.sample
|
||||||
|
|
||||||
# Use `ginstall' in the definition of man_MANS to avoid
|
# Use `ginstall' in the definition of man_MANS to avoid
|
||||||
# confusion with the `install' target. The install rule transforms `ginstall'
|
# confusion with the `install' target. The install rule transforms `ginstall'
|
||||||
|
|
|
@ -83,7 +83,7 @@ grep -q '^tinc[[:space:]]' /etc/services || patch -s /etc/services << END
|
||||||
hmmp-ind 612/tcp dqs313_intercell# HMMP Indication / DQS
|
hmmp-ind 612/tcp dqs313_intercell# HMMP Indication / DQS
|
||||||
hmmp-ind 612/udp dqs313_intercell# HMMP Indication / DQS
|
hmmp-ind 612/udp dqs313_intercell# HMMP Indication / DQS
|
||||||
+ tinc 655/tcp TINC # tinc vpn
|
+ tinc 655/tcp TINC # tinc vpn
|
||||||
+ tinc 655/udp TINC # tinc.nl.linux.org
|
+ tinc 655/udp TINC # http://tinc.nl.linux.org/
|
||||||
#
|
#
|
||||||
# UNIX specific services
|
# UNIX specific services
|
||||||
END
|
END
|
||||||
|
@ -101,13 +101,13 @@ END
|
||||||
%postun
|
%postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog NEWS README THANKS *.html doc/tincd.conf.sample
|
%doc AUTHORS ChangeLog NEWS README THANKS *.html doc/tinc.conf.sample
|
||||||
%config /etc/tinc/
|
%config /etc/tinc/
|
||||||
/etc/rc.d/init.d/tinc
|
/etc/rc.d/init.d/tinc
|
||||||
/usr/sbin/genauth
|
/usr/sbin/genauth
|
||||||
/usr/sbin/tincd
|
/usr/sbin/tincd
|
||||||
/usr/lib/tinc/
|
/usr/lib/tinc/
|
||||||
/usr/man/man5/tincd.conf.5
|
/usr/man/man5/tinc.conf.5
|
||||||
/usr/man/man8/genauth.8
|
/usr/man/man8/genauth.8
|
||||||
/usr/man/man8/tincd.8
|
/usr/man/man8/tincd.8
|
||||||
/usr/info/tinc.info.gz
|
/usr/info/tinc.info.gz
|
||||||
|
|
Loading…
Reference in a new issue