summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-irc/irker: remove unused patchMichael Mair-Keimberger2023-05-311-22/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31220 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-irc/irker: update systemd service fileArthur Zamarin2022-07-031-0/+21
| | | | | | | | | | | - fix the User by also setting DynamicUser (no need for new system user, and also much better security) - Better EPREFIX placeholder - Some more security options for less capabilities Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/26212 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-irc/irker: fix notificationsSam James2022-07-021-0/+22
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: fix copyright header in files/irkerd.initdSam James2021-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: remove bashisms from init scriptKerin Millar2021-03-112-19/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quote the ${parameter:=word} expansions (SC2223), while removing two that are spurious. Remove the -z test which does absolutely nothing. It can never be true, because IRKERD_USER will always contain something. As an aside, the "nobody" account is not intended for running services. If ever the test is re-instated, it should be carried out _before_ checkpath is invoked, for reasons that should be obvious. Remove the use of the [[ keyword in favour of the POSIX test command (SC3010). Employ a vastly improved method of conveying the user-specified options. Obviously, POSIX sh doesn't support arrays so we must still perform word-splitting upon IRKERD_OPTS. However, potential pathname expansion can still be suppressed with set -f, so let's do that. Next, proceed to assemble a list of positional parameters using the set builtin. This completely eliminates the possibility for word-splitting and pathname expansion to be performed upon the other IRKERD_* variables, instead conveying them verbatim. Note that the start function is altered to define a ( ... ) compound command, so that the effects of set -f do not persist beyond the intended scope of the function. Closes: https://bugs.gentoo.org/760869 Signed-off-by: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/irker: Remove oldDavid Seifert2019-12-292-137/+0
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* net-irc/irker: remove unused patchMichael Mair-Keimberger2018-05-041-104/+0
| | | | Closes: https://bugs.gentoo.org/650188
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* net-irc/irker: Version bumpBertrand Jacquin2016-06-251-0/+104
| | | | | | | | | | | Add an option USE flag for new SOCKS support. Update irkerhook-Remove-file-listing.patch with a rebased version that apply on this new version Package-Manager: portage-2.2.26 Gentoo-Bug: https://bugs.gentoo.org/579524 Closes: https://github.com/gentoo/gentoo/pull/1223 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* net-irc/irker: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* net-irc/irker: Default logging is now syslog instead of fileBertrand Jacquin2016-03-092-11/+4
| | | | | | | | This behaviour appeared in version 2.9. Handle IRKERD_LOGFILE checkpath only when IRKERD_LOGFILE is defined as IRKERD_LOGLEVEL is independant. Package-Manager: portage-2.2.26
* net-irc/irker: Prune old versionsBertrand Jacquin2016-03-092-29/+0
| | | | Package-Manager: portage-2.2.26
* proj/gentoo: Initial commitRobin H. Johnson2015-08-086-0/+234
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed