diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-08-09 12:49:17 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-08-09 12:49:17 +0000 |
commit | fa15a2ebc83838d4dde681a43916b54e8953df46 (patch) | |
tree | b0c2747b49711a630131580f3c8155f550593b0e /net-dialup/capi4k-utils/files | |
parent | chmod 600 for /etc/ssh/sshd_config (diff) | |
download | historical-fa15a2ebc83838d4dde681a43916b54e8953df46.tar.gz historical-fa15a2ebc83838d4dde681a43916b54e8953df46.tar.bz2 historical-fa15a2ebc83838d4dde681a43916b54e8953df46.zip |
initial version, will be put on the iso
Diffstat (limited to 'net-dialup/capi4k-utils/files')
-rw-r--r-- | net-dialup/capi4k-utils/files/capi | 30 | ||||
-rw-r--r-- | net-dialup/capi4k-utils/files/digest-capi4k-utils-20020701 | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/net-dialup/capi4k-utils/files/capi b/net-dialup/capi4k-utils/files/capi new file mode 100644 index 000000000000..7c34dfee1b9f --- /dev/null +++ b/net-dialup/capi4k-utils/files/capi @@ -0,0 +1,30 @@ +#!/sbin/runscript +# Copyright 2002 Gentoo Linux +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/files/capi,v 1.1 2002/08/09 12:49:17 verwilst Exp $ + +depend() { + + after isapnp + +} + +start() { + + [ -e /etc/capi.conf ] || { + eerror "You're missing /etc/capi.conf (comes with a capi-driver)." + eerror "Emerge net-dialup/fcpci if you are having an AVM Fritz!Card PCI" + return 1 + } + /sbin/capiinit start + eend 0 + +} + +stop() { + + /sbin/capiinit stop + eend $? + +} + diff --git a/net-dialup/capi4k-utils/files/digest-capi4k-utils-20020701 b/net-dialup/capi4k-utils/files/digest-capi4k-utils-20020701 new file mode 100644 index 000000000000..a4860ad196ed --- /dev/null +++ b/net-dialup/capi4k-utils/files/digest-capi4k-utils-20020701 @@ -0,0 +1 @@ +MD5 35b491a2b5b867f6378d7bc7286629c2 capi4k-utils-2002-07-01.tar.gz 433102 |