diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-07-15 13:50:55 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-07-15 13:50:55 +0000 |
commit | a178b972044009443826961af2dd52b492a45949 (patch) | |
tree | a9c4fa2baa1a653cd0f37b0af203cc244482e48d /etc/rc.d/amd | |
parent | ff1df6f11db03853f6e4b77297aeaf53e6d2ad83 (diff) |
Fix base rc.d scripts after the recent rc.subr change.
ok halex@
Diffstat (limited to 'etc/rc.d/amd')
-rw-r--r-- | etc/rc.d/amd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/amd b/etc/rc.d/amd index b6b822306c8..f31c783318f 100644 --- a/etc/rc.d/amd +++ b/etc/rc.d/amd @@ -1,11 +1,12 @@ #!/bin/sh # -# $OpenBSD: amd,v 1.6 2013/09/01 15:02:35 ajacoutot Exp $ +# $OpenBSD: amd,v 1.7 2015/07/15 13:50:54 ajacoutot Exp $ daemon="/usr/sbin/amd" . /etc/rc.d/rc.subr +pexp="${daemon}.*" rc_reload=NO rc_stop=NO |