diff options
author | sborrill <sborrill> | 2008-07-10 08:23:20 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2008-07-10 08:23:20 +0000 |
commit | 067b928f877eb1b0bd1006df6ce9b8d7da952834 (patch) | |
tree | 353acba0f43e554d5ceda43cb7c315fb87d0d062 /comms/asterisk/Makefile | |
parent | 7ab34c321727765da28c42bfd851cd85c72a154a (diff) | |
download | pkgsrc-067b928f877eb1b0bd1006df6ce9b8d7da952834.tar.gz |
Add reload command to rc.d script.
Remove sudo from rc.d - it should not be a requirement to stop your VoIP
server.
Diffstat (limited to 'comms/asterisk/Makefile')
-rw-r--r-- | comms/asterisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 0a1b6adfdea..09aac37df31 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2008/06/19 08:14:29 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2008/07/10 08:23:20 sborrill Exp $ DISTNAME= asterisk-1.2.29 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= comms net audio MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ |