Skip site navigation (1)Skip section navigation (2)

CVS log for ports/sysutils/daemontools/files/Attic/svscan.sh.sample

[BACK] Up to [FreeBSD] / ports / sysutils / daemontools / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15
Mon Jan 4 05:15:37 2010 UTC (2 years, 1 month ago) by pgollucci
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.14: +1 -1 lines
- USE_RC_SUBR != yes

PR:             ports/136851
Approved by:    maintainer timeout (roam; > 6 months)
Submitted by:   myself (pgollucci @)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 30 10:49:16 2007 UTC (4 years, 3 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +34 -6 lines
Add a knob to disable the run-time testsuite, e.g. when building with
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>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Feb 20 20:47:41 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 7 11:05:09 2005 UTC (6 years, 8 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Skip directories with names starting with a dot. [1]
Wihle I'm here, add a STARTUP_SCRIPT knob to specify a different name for
the etc/rc.d/svscan.sh script, e.g. allowing a name like 000.svscan.sh.

PR:		81677 [1]
Submitted by:	Renato Botelho <freebsd@galle.com.br> [1]

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon May 30 11:28:04 2005 UTC (6 years, 8 months ago) by roam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -1 lines
Remove the duplicate 'Stopping svscan' message on shutdown.
Fix the URL in pkg-descr.
Bump PORTREVISION.

PR:		81665
Submitted by:	Renato Botelho <freebsd@galle.com.br>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jul 30 17:40:18 2004 UTC (7 years, 6 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Fix shutdown on older systems: avoid find's '-depth n' primary.

Reported by:	Robin Breathe <robin@isometry.net>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jul 27 06:27:07 2004 UTC (7 years, 6 months ago) by roam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Make the startup script also work on older versions of FreeBSD which
lack the daemon(8) utility.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 26 12:48:44 2004 UTC (7 years, 6 months ago) by roam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -6 lines
- make this script work with the New World Order in /etc/rc.d/localpkg,
  where the config files may have been loaded already and our load_rc_config
  invocation may do nothing: thus, we need to honor any previously set value
  of svscan_enable;
- for some reason svscan_stop_post() does not like the IFS-like vars set by
  rc.subr and localpkg; use find/xargs instead of having the shell parse its
  own output;
- dequote COMMENT;
- fix the daemon(8)-ization by moving 2>&1 to its proper place, so that the
  errors from svscan are actually picked up by readproctitle, as explained
  in <20040630175050.GD979@straylight.m.ringlet.net>;
- move the 'Starting svscan' message to its proper place, so that the PATH
  set by env(1) affects svscan, not the echo command :)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jul 25 08:54:56 2004 UTC (7 years, 6 months ago) by nork
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Oops, I forgot to add "print stop message".

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 25 08:52:51 2004 UTC (7 years, 6 months ago) by nork
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
o portlint clean. [1]
o print start message. [1]
o daemon(8)'ify. [2]
o bump PORTREVISION accordingly.

PR:		ports/68558 [1]
Submitted by:	Renato Botelho <renato@galle.com.br> [1]
		myself [2]
Reviewed by:	roam [2]
Approved by:	roam (blanket)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jun 28 23:56:18 2004 UTC (7 years, 7 months ago) by roam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Switch from using /bin/csh to /bin/sh, as suggested on -ports.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jun 28 23:07:40 2004 UTC (7 years, 7 months ago) by roam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +48 -38 lines
USE_RC_SUBR.

Submitted by:	nork

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 28 19:37:14 2002 UTC (10 years ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_10_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +30 -3 lines
Tweak the startup script so that it is *really* a FreeBSD startup
script; that is, add 'start|stop' argument processing and
the ability to actually stop the script.
Bump PORTREVISION to indicate a functionality change - or rather,
to indicate a change that actually makes this a FreeBSD port..

Final push by:	Dan Langille <dan@langille.org> in a somewhat
		unrelated e-mail exchange
Obtained from:	a svscan SysV init script that I somehow managed
		to lose the source and URL for :(

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 4 14:38:13 2002 UTC (10 years, 1 month ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Update to 0.76.
Assume maintainership.

Reviewed by:	nbm
Approved by:	nbm

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 22 09:22:15 2000 UTC (11 years, 7 months ago) by nbm
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Add a sample rc file for svscan startup, in partial fulfillment of the
PR.  I'll leave the creation of the directory, whatever it may be, to
the user.

PR:		ports/19191
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options