Quiet up rc_post.
This commit is contained in:
parent
3ac371d7b4
commit
4431a17a56
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.49 2010/11/06 07:56:48 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.50 2010/12/01 19:57:51 ajacoutot Exp $
|
||||
|
||||
# XXX patches/patch-configure_in disables PIE on arm/hppa. This is just a
|
||||
# temporary workaround until PIE works.
|
||||
@ -6,7 +6,7 @@
|
||||
COMMENT= message bus system
|
||||
|
||||
DISTNAME= dbus-1.2.24
|
||||
REVISION= 12
|
||||
REVISION= 13
|
||||
|
||||
SHARED_LIBS += dbus-1 7.1 # .7.0
|
||||
CATEGORIES= x11
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: dbus_daemon.rc,v 1.2 2010/10/29 12:54:44 ajacoutot Exp $
|
||||
# $OpenBSD: dbus_daemon.rc,v 1.3 2010/12/01 19:57:52 ajacoutot Exp $
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
@ -12,7 +12,7 @@ rc_pre() {
|
||||
}
|
||||
|
||||
rc_post() {
|
||||
rm /var/run/dbus/pid
|
||||
rm -f /var/run/dbus/pid
|
||||
}
|
||||
|
||||
rc_cmd $1
|
||||
|
Loading…
Reference in New Issue
Block a user