Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.sbin/ypserv/ypinit



Module Name:    basesrc
Committed By:   christos
Date:           Tue Jul  3 18:15:07 UTC 2001

Modified Files:
        basesrc/usr.sbin/ypserv/ypinit: Makefile.yp

Log Message:
Fix bogus awk + sed combination to handle continuations and empty lines.
It broke a sequence of:

        key1 \
                value1 \
                value2 \
                value3 \

        key2 \
                value4 \

        etc.

Handle both the netgroup rule and the amd.home rule using a .USEBEFORE
macro rule, since they contain the same code.
XXX: Needs new make(1)


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/usr.sbin/ypserv/ypinit/Makefile.yp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index