diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-02-07 21:00:17 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-02-07 21:00:17 +0000 |
commit | 99fe317bcd25057823e74d73ca9082b222e5aad1 (patch) | |
tree | 3a6699db3ef0779a3280d13ab3a0aec89e955a39 /etc | |
parent | 294f3224260ca0423335b2f38fe97142a7c2190c (diff) |
Remove setproctitle() for the parent process. Because rc.d(8) uses process
titles (including flags) to distinguish between daemons, this makes it
possible to manage multiple copies of a daemon using the normal infrastructure
by symlinking rc.d scripts to a new name. ok jung@ ajacoutot@,
missed in previous commit noticed after re-checking following report in bgpd.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/dvmrpd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.d/dvmrpd b/etc/rc.d/dvmrpd index eb3030e874a..88d84fd5388 100644 --- a/etc/rc.d/dvmrpd +++ b/etc/rc.d/dvmrpd @@ -1,12 +1,11 @@ #!/bin/sh # -# $OpenBSD: dvmrpd,v 1.2 2013/06/04 12:27:29 sthen Exp $ +# $OpenBSD: dvmrpd,v 1.3 2016/02/07 21:00:16 sthen Exp $ daemon="/usr/sbin/dvmrpd" . /etc/rc.d/rc.subr -pexp="dvmrpd: parent.*" rc_reload=NO rc_cmd $1 |