summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-15 19:57:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-05 23:18:37 +0200
commit34effa1889e77d48ee03d007415c24796f52ad6c (patch)
tree9783f541197b95a6f8d75c9ee4b53fdbc3b55e45 /sys-block/partimage/files
parentnet-wireless/crda: Drop 1.1.3-r1 and 3.18-r1 (diff)
downloadgentoo-34effa1889e77d48ee03d007415c24796f52ad6c.tar.gz
gentoo-34effa1889e77d48ee03d007415c24796f52ad6c.tar.bz2
gentoo-34effa1889e77d48ee03d007415c24796f52ad6c.zip
sys-block/partimage: Drop 0.6.9 (r0)
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-block/partimage/files')
-rw-r--r--sys-block/partimage/files/partimaged.init28
-rw-r--r--sys-block/partimage/files/partimaged.pam11
2 files changed, 0 insertions, 39 deletions
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
-