diff options
author | Wade Cline <wadecline@hotmail.com> | 2018-07-22 22:33:03 -0700 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2018-07-23 09:36:04 +0100 |
commit | a5312c646cab22edee5af3d3ac20c2e8ed20a1e4 (patch) | |
tree | 9585263b3e80a508b5c5f307ec23296547580b44 /net-irc/atheme-services/files | |
parent | net-irc/atheme-services Version bump to 7.2.10_p2 (diff) | |
download | gentoo-a5312c646cab22edee5af3d3ac20c2e8ed20a1e4.tar.gz gentoo-a5312c646cab22edee5af3d3ac20c2e8ed20a1e4.tar.bz2 gentoo-a5312c646cab22edee5af3d3ac20c2e8ed20a1e4.zip |
net-irc/atheme-services Remove old version
Diffstat (limited to 'net-irc/atheme-services/files')
-rw-r--r-- | net-irc/atheme-services/files/atheme-services-7.2.9-configure-logdir.patch | 25 | ||||
-rw-r--r-- | net-irc/atheme-services/files/atheme-services-7.2.9-fix-docdir.patch | 13 |
2 files changed, 0 insertions, 38 deletions
diff --git a/net-irc/atheme-services/files/atheme-services-7.2.9-configure-logdir.patch b/net-irc/atheme-services/files/atheme-services-7.2.9-configure-logdir.patch deleted file mode 100644 index d57af2d9f445..000000000000 --- a/net-irc/atheme-services/files/atheme-services-7.2.9-configure-logdir.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/dist/atheme.conf.example b/dist/atheme.conf.example -index ac3ed54dd..be1c2db50 100644 ---- a/dist/atheme.conf.example -+++ b/dist/atheme.conf.example -@@ -1909,17 +1909,17 @@ ldap { - * This block logs all account and channel registrations and drops, - * and account and channel setting changes to var/account.log. - */ --logfile "var/account.log" { register; set; }; -+logfile "/var/log/atheme/account.log" { register; set; }; - - /* - * This block logs all command use to var/commands.log. - */ --logfile "var/commands.log" { commands; }; -+logfile "/var/log/atheme/commands.log" { commands; }; - - /* - * This block logs all security auditing information. - */ --logfile "var/audit.log" { denycmd; }; -+logfile "/var/log/atheme/audit.log" { denycmd; }; - - /* - * You can log to IRC channels, and even split it by category, too. diff --git a/net-irc/atheme-services/files/atheme-services-7.2.9-fix-docdir.patch b/net-irc/atheme-services/files/atheme-services-7.2.9-fix-docdir.patch deleted file mode 100644 index e7d4bb2695fc..000000000000 --- a/net-irc/atheme-services/files/atheme-services-7.2.9-fix-docdir.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/extra.mk.in b/extra.mk.in -index 39053e48a..e47b27246 100644 ---- a/extra.mk.in -+++ b/extra.mk.in -@@ -82,7 +82,7 @@ libdir ?= @libdir@ - CFLAGS ?= @CFLAGS@ - INSTALL_LIB ?= @INSTALL_LIB@ - RUNDIR ?= @RUNDIR@ --DOCDIR ?= @DOCDIR@ -+DOCDIR ?= @docdir@ - localstatedir ?= @localstatedir@ - docdir ?= @docdir@ - GREP ?= @GREP@ |