diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-02-20 08:38:20 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-02-20 08:38:20 +0200 |
commit | a549e6ac6b6b6dbe30f0486ec078e607c63ab860 (patch) | |
tree | 510f307f30657fda60553346b769b73216117310 /net-wireless/bluez/files/init.d-dund | |
parent | b6ebc3ab027b6c55a57fde0eaedaae6114ed0d81 (diff) |
cleanup....
Diffstat (limited to 'net-wireless/bluez/files/init.d-dund')
-rw-r--r-- | net-wireless/bluez/files/init.d-dund | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-wireless/bluez/files/init.d-dund b/net-wireless/bluez/files/init.d-dund deleted file mode 100644 index c8c8663..0000000 --- a/net-wireless/bluez/files/init.d-dund +++ /dev/null @@ -1,25 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/files/init.d-dund,v 1.1 2010/09/24 21:32:51 pacho Exp $ - -depend() { - need bluetooth -} - -start() { - local result service - - ebegin "Starting dund" - start-stop-daemon --start --quiet \ - --exec /usr/bin/dund -- ${DUND_OPTIONS} - result="$?" - eend ${result} -} - -stop() { - ebegin "Stopping dund" - /usr/bin/dund -K - start-stop-daemon --stop --quiet --exec /usr/bin/dund - eend $? -} |