diff options
Diffstat (limited to 'media-sound/oss/files/oss.init')
-rw-r--r-- | media-sound/oss/files/oss.init | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/media-sound/oss/files/oss.init b/media-sound/oss/files/oss.init deleted file mode 100644 index d8e546c..0000000 --- a/media-sound/oss/files/oss.init +++ /dev/null @@ -1,17 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -start() { - ebegin "Starting OSS" - /usr/sbin/soundon - eend $? -} - -stop() { - ebegin "Stopping OSS" - /usr/sbin/savemixer - /usr/sbin/soundoff - eend $? -} |