Source-Changes archive

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

CVS commit: src/usr.sbin/config



Module Name:    src
Committed By:   thorpej
Date:           Wed Sep  3 18:56:40 UTC 2003

Modified Files:
        src/usr.sbin/config: defs.h scan.l

Log Message:
Allow file inclusions to be relative to the file currently being
included.  This is done by tracking the current directory for the
file being parsed, and constructing a path relative to that directory
when an include directive's file name begins with "./".


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/usr.sbin/config/defs.h
cvs rdiff -r1.38 -r1.39 src/usr.sbin/config/scan.l

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