diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2004-05-10 01:37:19 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2004-05-10 01:37:19 +0000 |
commit | dbd68f5df55fc6895fe0f5a8ef6e7157168eb465 (patch) | |
tree | 8bd13380df517caae849ee1a69a32d39fd2fbbcb /net-misc/asterisk/files | |
parent | removed incorrect changelog entry (diff) | |
download | historical-dbd68f5df55fc6895fe0f5a8ef6e7157168eb465.tar.gz historical-dbd68f5df55fc6895fe0f5a8ef6e7157168eb465.tar.bz2 historical-dbd68f5df55fc6895fe0f5a8ef6e7157168eb465.zip |
version bump
Diffstat (limited to 'net-misc/asterisk/files')
-rw-r--r-- | net-misc/asterisk/files/0.9.0/asterisk.confd | 10 | ||||
-rw-r--r-- | net-misc/asterisk/files/0.9.0/asterisk.rc6 | 20 | ||||
-rw-r--r-- | net-misc/asterisk/files/digest-asterisk-0.9.0 | 1 |
3 files changed, 31 insertions, 0 deletions
diff --git a/net-misc/asterisk/files/0.9.0/asterisk.confd b/net-misc/asterisk/files/0.9.0/asterisk.confd new file mode 100644 index 000000000000..81c6a4e10fa6 --- /dev/null +++ b/net-misc/asterisk/files/0.9.0/asterisk.confd @@ -0,0 +1,10 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/files/0.9.0/asterisk.confd,v 1.1 2004/05/10 01:37:19 stkn Exp $ + +# +# see "asterisk -h" for a list of options +# +# + +#OPTIONS="" diff --git a/net-misc/asterisk/files/0.9.0/asterisk.rc6 b/net-misc/asterisk/files/0.9.0/asterisk.rc6 new file mode 100644 index 000000000000..d3dc283eee22 --- /dev/null +++ b/net-misc/asterisk/files/0.9.0/asterisk.rc6 @@ -0,0 +1,20 @@ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/files/0.9.0/asterisk.rc6,v 1.1 2004/05/10 01:37:19 stkn Exp $ + +depend() { + need net +} + +start() { + ebegin "Starting asterisk PBX" + /usr/sbin/asterisk ${OPTIONS} + eend $? +} + +stop() { + ebegin "Stopping asterisk PBX" + /usr/sbin/asterisk -r -x "STOP NOW" 2>/dev/null + eend $? +} diff --git a/net-misc/asterisk/files/digest-asterisk-0.9.0 b/net-misc/asterisk/files/digest-asterisk-0.9.0 new file mode 100644 index 000000000000..dbd3a83e1b1a --- /dev/null +++ b/net-misc/asterisk/files/digest-asterisk-0.9.0 @@ -0,0 +1 @@ +MD5 cb0fbb5185fdf2356ee30bdcf4ad9b9c asterisk-0.9.0.tar.gz 2787458 |