Update of /cvsroot/linux-decnet/dnprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9487
Modified Files:
Makefile rpm.spec
Log Message:
Add man page for dnetnml and install it and the daemon
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** Makefile 10 Apr 2008 13:31:56 -0000 1.35
--- Makefile 5 Sep 2008 08:12:43 -0000 1.36
***************
*** 11,15 ****
SUBDIRS=include libdnet libdaemon libdap librms fal dndir dnsubmit dndel \
dncopy apps dntask dnlogin mail phone dnetd libvaxdata dnroute \
! multinet dapfs scripts
all:
--- 11,15 ----
SUBDIRS=include libdnet libdaemon libdap librms fal dndir dnsubmit dndel \
dncopy apps dntask dnlogin mail phone dnetd libvaxdata dnroute \
! nml multinet dapfs scripts
all:
Index: rpm.spec
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/rpm.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** rpm.spec 4 Sep 2008 16:02:22 -0000 1.18
--- rpm.spec 5 Sep 2008 08:12:43 -0000 1.19
***************
*** 43,46 ****
--- 43,47 ----
%%PREFIX%%/sbin/dnetd
%%PREFIX%%/sbin/fal
+ %%PREFIX%%/sbin/dnetnml
%%PREFIX%%/sbin/dnroute
%%PREFIX%%/sbin/dnetinfo
***************
*** 68,71 ****
--- 69,73 ----
%%PREFIX%%/share/man/man5/vmsmail.conf.5.gz
%%PREFIX%%/share/man/man8/fal.8.gz
+ %%PREFIX%%/share/man/man8/dnetnml.8.gz
%%PREFIX%%/share/man/man8/dnroute.8.gz
%%PREFIX%%/share/man/man8/dnetinfo.8.gz
|