rc reload is not supported.
This commit is contained in:
parent
3ae9fd04de
commit
d9780022d0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.89 2010/11/22 08:36:57 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.90 2010/11/25 15:27:30 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -7,7 +7,7 @@ COMMENT= GNOME display manager
|
||||
GNOME_PROJECT= gdm
|
||||
GNOME_VERSION= 2.20.11
|
||||
|
||||
REVISION= 9
|
||||
REVISION= 10
|
||||
|
||||
HOMEPAGE= http://projects.gnome.org/gdm/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: gdm.rc,v 1.2 2010/10/29 12:54:44 ajacoutot Exp $
|
||||
# $OpenBSD: gdm.rc,v 1.3 2010/11/25 15:27:30 ajacoutot Exp $
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
@ -11,4 +11,8 @@ rc_start() {
|
||||
(sleep 5; ${daemon})&
|
||||
}
|
||||
|
||||
rc_reload() {
|
||||
rc_err "$0: reload is not supported."
|
||||
}
|
||||
|
||||
rc_cmd $1
|
||||
|
Loading…
Reference in New Issue
Block a user