diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-04-16 16:57:43 +0800 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-04-16 16:57:43 +0800 |
commit | af37c0c0e17aff8dfa172bca1d484f7b4d9eec5b (patch) | |
tree | 2aa1c13304fdab03652e22cbdd074feec01d095e /net/vtun | |
parent | bcb5c27f62f31c0aff01c7abcb71722ce604a3d6 (diff) | |
download | freebsd-ports-gnome-af37c0c0e17aff8dfa172bca1d484f7b4d9eec5b.tar.gz freebsd-ports-gnome-af37c0c0e17aff8dfa172bca1d484f7b4d9eec5b.tar.zst freebsd-ports-gnome-af37c0c0e17aff8dfa172bca1d484f7b4d9eec5b.zip |
- Add shutdown keyword.
Suggested by: dougb
Diffstat (limited to 'net/vtun')
-rw-r--r-- | net/vtun/Makefile | 2 | ||||
-rw-r--r-- | net/vtun/files/vtunclient.in | 1 | ||||
-rw-r--r-- | net/vtun/files/vtund.in | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index e44c31a63f0d..1e41637650ff 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -7,7 +7,7 @@ PORTNAME= vtun PORTVERSION= 3.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF diff --git a/net/vtun/files/vtunclient.in b/net/vtun/files/vtunclient.in index c680277194a8..73dca65a014b 100644 --- a/net/vtun/files/vtunclient.in +++ b/net/vtun/files/vtunclient.in @@ -4,6 +4,7 @@ # # PROVIDE: vtunclient # REQUIRE: DAEMON +# KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable vtunclient: # diff --git a/net/vtun/files/vtund.in b/net/vtun/files/vtund.in index ac6cadadeb8e..e03240aceb21 100644 --- a/net/vtun/files/vtund.in +++ b/net/vtun/files/vtund.in @@ -4,6 +4,7 @@ # # PROVIDE: vtund # REQUIRE: DAEMON +# KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable vtund: # |