From 5e50af6f621bc4112681f32fc914e8b45cba5096 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 8 Jan 2018 18:12:47 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: --- .etckeeper | 2 -- conf.d/pydoc-3.4 | 6 ------ init.d/pydoc-3.4 | 24 ------------------------ portage/world | 1 + 4 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 conf.d/pydoc-3.4 delete mode 100755 init.d/pydoc-3.4 diff --git a/.etckeeper b/.etckeeper index c7eebfd..5f6c821 100755 --- a/.etckeeper +++ b/.etckeeper @@ -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 index 2151c1d..0000000 --- a/conf.d/pydoc-3.4 +++ /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 index dca0245..0000000 --- a/init.d/pydoc-3.4 +++ /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 $? -} diff --git a/portage/world b/portage/world index 13b5242..7f9480c 100644 --- a/portage/world +++ b/portage/world @@ -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 -- 2.39.5