summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-12-17 18:33:46 -0500
committerMichael Orlitzky <mjo@gentoo.org>2017-12-17 18:33:46 -0500
commitc9aa851c802c02cb922d616ad1b5e32c8efa67af (patch)
treeacb20e5b493e9f2e23feb654518fedaa2c6515c7 /app-admin/cancd/files/cancd-conf.d
parentgnome-base/dconf-editor: version bump 3.22.3 → 3.24.3 (diff)
downloadgentoo-c9aa851c802c02cb922d616ad1b5e32c8efa67af.tar.gz
gentoo-c9aa851c802c02cb922d616ad1b5e32c8efa67af.tar.bz2
gentoo-c9aa851c802c02cb922d616ad1b5e32c8efa67af.zip
app-admin/cancd: modernize the service script and ebuild.
This commit creates a new revision (-r4) that replaces the earlier unstable -r3. The ebuild itself includes an update to EAPI=6 and the associated simplifications, as well as the addition of a new user named "cancd" that is used by the init script. The service script was completely rewritten and simplified, and now uses more modern features of OpenRC. The original motivation for that was bug 603208. This is a non-maintainer commit, but robbat2 (the maintainer on file) recently made a post to gentoo-dev, "Packages up for grabs: robbat2 edition," stating that this package was up for grabs. Closes: https://bugs.gentoo.org/603208 Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-admin/cancd/files/cancd-conf.d')
-rw-r--r--app-admin/cancd/files/cancd-conf.d19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-admin/cancd/files/cancd-conf.d b/app-admin/cancd/files/cancd-conf.d
deleted file mode 100644
index 7b4dd27383c0..000000000000
--- a/app-admin/cancd/files/cancd-conf.d
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# user to run as, root strongly discouraged
-# user should have /bin/false for a shell
-# but file access into /var
-CHUID='adm:nobody'
-
-# port to listen on
-CANCD_PORT=6667
-
-# directory to output to
-CRASH_DIR=/var/crash
-
-# one file per minute, one dir per host/date
-#CRASH_FORMAT="%Q/%Y-%m-%d/%H:%M.log"
-# one file per day, one dir per host
-CRASH_FORMAT="%Q/%Y-%m-%d.log"