Package: nis
Version: 3.13-2
There is a typo in /var/yp/Makefile concerning the comment on the
YPPUSHARGS variable. The -port, should be --port, else yppush treats it
as a map name. I've created a patch (with some extra info that you
shouldn't use quotes).
Hopefully the problem can be fixed in the next update of the NIS package.
regards,
Arno
--
Ing. A.C.J. van Amersfoort (Arno)
Department Of Electronics (ELD, k1007)
Huygens Laboratory
Leiden University
P.O. Box 9504
Niels Bohrweg 2
2333 CA Leiden
The Netherlands
----------------------------------------------------------------
Phone : +31-(0)71-527.1894 Fax: +31-(0)71-527.5819
E-mail: [EMAIL PROTECTED]
----------------------------------------------------------------
Arno's (Linux firewall) homepage: http://rocky.eld.leidenuniv.nl
*** Makefile.dpkg-dist 2005-04-03 13:47:30.000000000 +0200
--- /tmp/Makefile.dpkg-dist 2007-03-26 15:20:30.000000000 +0200
***************
*** 23,30 ****
NOPUSH=true
# Specify any additional arguments to be supplied when invoking yppush.
! # For example, the -port option may be used to allow operation with port
! # based firewalls.
YPPUSHARGS=
# We do not put password entries with lower UIDs (the root and system
--- 23,30 ----
NOPUSH=true
# Specify any additional arguments to be supplied when invoking yppush.
! # For example, the --port option may be used to allow operation with port
! # based firewalls. NOTE: Don't use quotes to surround the arguments!
YPPUSHARGS=
# We do not put password entries with lower UIDs (the root and system