diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-04-16 16:57:43 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-04-16 16:57:43 +0800 |
commit | 102331259b51c301238a79a0d92a4274644ebd31 (patch) | |
tree | 2f223d72e4674923a51093465b20aa242d3d2fa5 /net | |
parent | 9af19c6202cb931c9b06aed6c381c5ec771a19d2 (diff) | |
download | freebsd-ports-gnome-102331259b51c301238a79a0d92a4274644ebd31.tar.gz freebsd-ports-gnome-102331259b51c301238a79a0d92a4274644ebd31.tar.zst freebsd-ports-gnome-102331259b51c301238a79a0d92a4274644ebd31.zip |
- Add shutdown keyword.
Suggested by: dougb
Diffstat (limited to 'net')
-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: # |