From 34effa1889e77d48ee03d007415c24796f52ad6c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 15 May 2019 19:57:06 +0200 Subject: sys-block/partimage: Drop 0.6.9 (r0) Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- sys-block/partimage/files/partimaged.init | 28 ---------------------------- sys-block/partimage/files/partimaged.pam | 11 ----------- 2 files changed, 39 deletions(-) delete mode 100644 sys-block/partimage/files/partimaged.init delete mode 100644 sys-block/partimage/files/partimaged.pam (limited to 'sys-block/partimage/files') diff --git a/sys-block/partimage/files/partimaged.init b/sys-block/partimage/files/partimaged.init deleted file mode 100644 index 72891f97cf9b..000000000000 --- a/sys-block/partimage/files/partimaged.init +++ /dev/null @@ -1,28 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later - -PARTIMAGED="/usr/sbin/partimaged" - -failed_startup() { - eerror "The PartImage daemon did not start up correctly." - eerror "Perhaps you compiled it with SSL support but forgot to run the ebuild config?" - return 1 -} - -depend() { - need net -} - -start() { - ebegin "Starting partimaged" - start-stop-daemon --start --quiet --exec ${PARTIMAGED} \ - -- ${PARTIMAGED_OPTS} --daemon > /dev/null 2>&1 - eend $? || failed_startup -} - -stop() { - ebegin "Stopping partimaged" - start-stop-daemon --stop --exec ${PARTIMAGED} - eend $? -} diff --git a/sys-block/partimage/files/partimaged.pam b/sys-block/partimage/files/partimaged.pam deleted file mode 100644 index 6ffb16fdf80b..000000000000 --- a/sys-block/partimage/files/partimaged.pam +++ /dev/null @@ -1,11 +0,0 @@ -# PAM config file for Partimaged - -auth required pam_unix.so -auth required pam_warn.so -auth required pam_listfile.so \ - onerr=fail item=user sense=allow \ - file=/etc/partimaged/partimagedusers - -account include system-auth -session include system-auth - -- cgit v1.2.3-65-gdbad