fd6405d10d
a NFS-mounted work directory (prompted by PR 115100). Add support for logging through multilog instead of readproctitle for the main svscan process and document the startup script variables (loosely based on PR 111749). PR: 111749, 115100 Submitted by: Andrew Hammond<andrew.george.hammond@gmail.com>, Charles Sprickman <spork@bway.net>
11 lines
468 B
Diff
11 lines
468 B
Diff
--- Makefile.old 2007-10-30 12:18:08.000000000 +0200
|
|
+++ Makefile 2007-10-30 12:18:16.000000000 +0200
|
|
@@ -264,7 +264,7 @@
|
|
rts: envdir envuidgid fghack matchtest multilog pgrphack \
|
|
readproctitle rts.tests setlock setuidgid softlimit supervise svc \
|
|
svok svscan svscanboot svstat tai64n tai64nlocal
|
|
- env - /bin/sh rts.tests 2>&1 | cat -v > rts
|
|
+ echo env - /bin/sh rts.tests 2>&1 | cat -v > rts
|
|
|
|
scan_ulong.o: compile scan.h scan_ulong.c
|
|
./compile scan_ulong.c
|