diff options
author | feld <feld@FreeBSD.org> | 2013-06-29 22:28:10 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-06-29 22:28:10 +0800 |
commit | c9a09f3746fa3c7fa2cdb66956445b8bbbd26f0f (patch) | |
tree | a24c4e44b104e6ae7ddcd910c41aeca803465009 /news/sabnzbdplus | |
parent | 158ba73cd148603cc385be83ddc13f3c5d51d2c4 (diff) | |
download | freebsd-ports-gnome-c9a09f3746fa3c7fa2cdb66956445b8bbbd26f0f.tar.gz freebsd-ports-gnome-c9a09f3746fa3c7fa2cdb66956445b8bbbd26f0f.tar.zst freebsd-ports-gnome-c9a09f3746fa3c7fa2cdb66956445b8bbbd26f0f.zip |
- Add REQUIRE keyword fixing startup order
Submitted by: matt.raspberry@gmail.com
Approved by: crees (mentor)
Diffstat (limited to 'news/sabnzbdplus')
-rw-r--r-- | news/sabnzbdplus/Makefile | 1 | ||||
-rw-r--r-- | news/sabnzbdplus/files/sabnzbd.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index e3f6bb70e530..8ad2b7c0a27d 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -2,6 +2,7 @@ PORTNAME= sabnzbdplus PORTVERSION= 0.7.13 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= SABnzbd-${PORTVERSION}-src diff --git a/news/sabnzbdplus/files/sabnzbd.in b/news/sabnzbdplus/files/sabnzbd.in index fbafb3e9b1f3..429efe5ae42d 100644 --- a/news/sabnzbdplus/files/sabnzbd.in +++ b/news/sabnzbdplus/files/sabnzbd.in @@ -3,6 +3,7 @@ # $FreeBSD$ # # PROVIDE: sabnzbd +# REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf |