commit: 1dcabbd4dd68fa9fa9d06a18f58db5ab1c081afa Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Aug 24 10:34:49 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Aug 24 10:37:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcabbd4
app-misc/lirc: Drop old Package-Manager: portage-2.3.0 app-misc/lirc/files/irexec-initd | 28 ---------------------------- app-misc/lirc/files/irexec-initd-0.9.4a-r1 | 28 ---------------------------- 2 files changed, 56 deletions(-) diff --git a/app-misc/lirc/files/irexec-initd b/app-misc/lirc/files/irexec-initd deleted file mode 100644 index 377ca0d..00000000 --- a/app-misc/lirc/files/irexec-initd +++ /dev/null @@ -1,28 +0,0 @@ -#!/sbin/runscript -# Copyright 2003 Martin Hierling <[email protected]> -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -: ${IREXEC_USER:=root} - -depend() { - need lircd -} - -start() { - if [ "x${IREXEC_USER}" = "xroot" -a "x${IREXEC_DISABLE_ROOT_WARNING}" != "xyes" ]; then - ewarn "Warning: Running irexec as root can open security holes" - fi - - ebegin "Starting irexec" - start-stop-daemon --start --chuid ${IREXEC_USER} --user ${IREXEC_USER} --chdir / \ - --exec /usr/bin/irexec -- --daemon ${IREXEC_OPTS} - eend $? "Failed to start irexec." -} - -stop() { - ebegin "Stopping irexec" - start-stop-daemon --stop --exec /usr/bin/irexec --user ${IREXEC_USER} - eend $? "Failed to stop irexec." -} - diff --git a/app-misc/lirc/files/irexec-initd-0.9.4a-r1 b/app-misc/lirc/files/irexec-initd-0.9.4a-r1 deleted file mode 100644 index 203ad3a..00000000 --- a/app-misc/lirc/files/irexec-initd-0.9.4a-r1 +++ /dev/null @@ -1,28 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2003 Martin Hierling <[email protected]> -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -: ${IREXEC_USER:=root} - -depend() { - need lircd -} - -start() { - if [ "x${IREXEC_USER}" = "xroot" -a "x${IREXEC_DISABLE_ROOT_WARNING}" != "xyes" ]; then - ewarn "Warning: Running irexec as root can open security holes" - fi - - ebegin "Starting irexec" - start-stop-daemon --start --chuid ${IREXEC_USER} --user ${IREXEC_USER} --chdir / \ - --exec /usr/bin/irexec -- --daemon ${IREXEC_OPTS} - eend $? "Failed to start irexec." -} - -stop() { - ebegin "Stopping irexec" - start-stop-daemon --stop --exec /usr/bin/irexec --user ${IREXEC_USER} - eend $? "Failed to stop irexec." -} -
