]> Frank Brehm's Git Trees - config/berta/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Mon, 8 Jan 2018 17:12:47 +0000 (18:12 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 8 Jan 2018 17:12:47 +0000 (18:12 +0100)
Package changes:

.etckeeper
conf.d/pydoc-3.4 [deleted file]
init.d/pydoc-3.4 [deleted file]
portage/world

index c7eebfd312efa3c466d810ebd70fbbe03e82e925..5f6c821ad73826f3c4dac7a328a1844ffa59658f 100755 (executable)
@@ -139,7 +139,6 @@ maybe chmod 0644 'conf.d/postgresql-10'
 maybe chmod 0644 'conf.d/postgresql-9.6'
 maybe chmod 0644 'conf.d/puppetmaster'
 maybe chmod 0644 'conf.d/pydoc-2.7'
-maybe chmod 0644 'conf.d/pydoc-3.4'
 maybe chmod 0644 'conf.d/pydoc-3.5'
 maybe chmod 0644 'conf.d/rarpd'
 maybe chmod 0644 'conf.d/rsyncd'
@@ -482,7 +481,6 @@ maybe chmod 0755 'init.d/postgresql-9.6'
 maybe chmod 0755 'init.d/procfs'
 maybe chmod 0755 'init.d/pwcheck'
 maybe chmod 0755 'init.d/pydoc-2.7'
-maybe chmod 0755 'init.d/pydoc-3.4'
 maybe chmod 0755 'init.d/pydoc-3.5'
 maybe chmod 0755 'init.d/rarpd'
 maybe chmod 0755 'init.d/root'
diff --git a/conf.d/pydoc-3.4 b/conf.d/pydoc-3.4
deleted file mode 100644 (file)
index 2151c1d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# /etc/init.d/pydoc.conf
-
-# This file contains the configuration for pydoc's internal webserver.
-
-# Default port for Python's pydoc server.
-PYDOC3_4_PORT="7464"
diff --git a/init.d/pydoc-3.4 b/init.d/pydoc-3.4
deleted file mode 100755 (executable)
index dca0245..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public Licence v2
-
-start() {
-       local pydoc_port="${PYDOC3_4_PORT-${PYDOC_PORT}}"
-
-       if [ -z "${pydoc_port}" ]; then
-               eerror "Port not set"
-               return 1
-       fi
-
-       ebegin "Starting pydoc server on port ${pydoc_port}" 
-       start-stop-daemon --start --background --make-pidfile \
-                         --pidfile /var/run/pydoc3.4.pid \
-                         --exec /usr/bin/pydoc3.4 -- -p "${pydoc_port}"
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping pydoc server"
-       start-stop-daemon --stop --quiet --pidfile /var/run/pydoc3.4.pid
-       eend $?
-}
index 13b524283fdcc0ec4a8c7d7733eff8bd5c09e35b..7f9480cc94779267c432f7f3c1a3264959d6560f 100644 (file)
@@ -42,6 +42,7 @@ sys-apps/ack
 sys-apps/dog
 sys-apps/etckeeper
 sys-apps/mlocate
+sys-apps/openrc
 sys-apps/pciutils
 sys-boot/grub
 sys-kernel/genkernel-next