From 848453065448cd57923a6f38a376e35ad6ee353b Mon Sep 17 00:00:00 2001 From: Stuart Henderson Date: Tue, 2 Feb 2016 17:51:12 +0000 Subject: 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@, smtpd ok gilles@ --- etc/rc.d/ldpd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etc/rc.d/ldpd') diff --git a/etc/rc.d/ldpd b/etc/rc.d/ldpd index 9ea10b42864..b043b1c3f85 100644 --- a/etc/rc.d/ldpd +++ b/etc/rc.d/ldpd @@ -1,11 +1,9 @@ #!/bin/sh # -# $OpenBSD: ldpd,v 1.1 2011/07/06 18:55:36 robert Exp $ +# $OpenBSD: ldpd,v 1.2 2016/02/02 17:51:11 sthen Exp $ daemon="/usr/sbin/ldpd" . /etc/rc.d/rc.subr -pexp="ldpd: parent.*" - rc_cmd $1 -- cgit v1.2.3