2aaa1724aa
somehow missed by dougb - still, thanks for doing it :) However, drop the -f option to daemon - with both readproctitle and multilog, we definitely do *not* want to lose svscan's output. While I'm here, restore the spirit of the STARTUP_SCRIPT functionality removed in pgollucci's rc.subr change by introducing the S_NORMAL and S_EARLY option knobs and modifying the startup script's REQUIRE and BEFORE settings accordingly. Add short descriptive headers to the patches and bump PORTREVISION for the real changes. Reported by: Valentin Zahariev <curly@e-card.bg> (the daemon part)
16 lines
562 B
Diff
16 lines
562 B
Diff
Description: Skip the run-time test suite if requested by the port options.
|
|
Forwarded: not-needed
|
|
Author: Peter Pentchev <roam@FreeBSD.org>
|
|
Last-Update: 2010-01-05
|
|
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -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
|