Home
last modified time | relevance | path

Searched refs:LOGFILE (Results 1 – 18 of 18) sorted by path

/original-bsd/old/berknet/
H A DPaths.h69 # define LOGFILE "/usr/spool/berknet/plogfileX" macro
H A Dsetup.c12 char logfile[] = LOGFILE;
/original-bsd/usr.bin/uucp/DOC/
H A DCHANGES127 a log file per site instead of one LOGFILE. (Like Honey DanBer does)
H A DREADME186 Start by examining LOGFILE. Try /usr/lib/uucp/uucico -r1 -sname -x7
203 Renames LOGFILE to LOGFILE.old.
208 Summarizes LOGFILE and SYSLOG. It's very helpful in telling
/original-bsd/usr.bin/uucp/UUAIDS/
H A Dclean.daily6 set files=( SYSLOG LOGFILE ERRLOG )
H A Dsetup.tblms136 /usr/spool/uucp/LOGFILE, SYSLOG, and ERRLOG
H A Duu.daily31 mv LOGFILE Log-DAY
H A Duucp.daily47 mv LOGFILE $olddir/LOGFILE.${day}${daymon}
H A Duucpsummary11 if [ -f LOGFILE ]
/original-bsd/usr.bin/uucp/includes/
H A Duucp.h245 #define LOGFILE "/var/spool/uucp/LOGFILE" macro
/original-bsd/usr.bin/uucp/libuu/
H A Dlogent.c166 Lp = get_logfd(Progname, LOGFILE);
/original-bsd/usr.bin/uucp/uulog/
H A Duulog.c79 plogf = fopen(LOGFILE, "r");
81 syslog(LOG_WARNING, "fopen(%s) failed: %m", LOGFILE);
/original-bsd/usr.bin/uucp/vms/
H A Dstartuucp.c11 #define LOGFILE "/usr/lib/uucp/startuucp.err" macro
107 if ((f = fopen(LOGFILE, "a")) == NULL)
H A Duucp.h167 #define LOGFILE "/usr/spool/uucp/LOGFILE" macro
/original-bsd/usr.bin/uucp/vms/support/
H A Ddirlist35 -rw-rw-rw- 1 system 162 Mar 10 05:28 LOGFILE
38 -rw-rw-rw- 1 system 2919 Mar 10 03:30 o.LOGFILE
H A Duucpclean.sh13 mv LOGFILE o.LOGFILE
15 cp /dev/null LOGFILE
17 chmod 666 LOGFILE SYSLOG
/original-bsd/usr.sbin/amd/doc/
H A Damdref.texinfo2524 LOGFILE=syslog
2525 #LOGFILE=/var/log/amd
2541 case "$LOGFILE" in
2543 mv "$LOGFILE" "$LOGFILE"-
2544 > "$LOGFILE"
2558 eval ./amd -r $dmn -w 240 -l "$LOGFILE" \
2570 eval ./amd -r $dmn -w 240 -l "$LOGFILE" `ypcat -k auto.master`
/original-bsd/usr.sbin/amd/text/
H A Damd.start.ex25 LOGFILE=/var/run/amd.log
41 case "$LOGFILE" in
43 mv "$LOGFILE" "$LOGFILE"-
44 > "$LOGFILE"
58 eval nice --4 ./amd -p > /var/run/amd.pid -r $dmn -w 240 -l "$LOGFILE" \