summaryrefslogtreecommitdiff
path: root/irc/svrx/files
diff options
context:
space:
mode:
Diffstat (limited to 'irc/svrx/files')
-rw-r--r--irc/svrx/files/patch-aa25
-rw-r--r--irc/svrx/files/patch-ab11
2 files changed, 0 insertions, 36 deletions
diff --git a/irc/svrx/files/patch-aa b/irc/svrx/files/patch-aa
deleted file mode 100644
index b1c049dc0b7b..000000000000
--- a/irc/svrx/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.in Sun Oct 12 22:37:15 2003
-+++ Makefile.in Sun Nov 30 04:31:56 2003
-@@ -519,12 +519,17 @@
-
- install-exec-local:
- $(INSTALL) -d -m 755 $(prefix)
-- $(INSTALL) -m 744 ./src/srvx $(prefix)
-- $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)
-- $(INSTALL) -m 600 $(srcdir)/srvx.conf.example $(prefix)
-- $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)
-+ $(INSTALL) -d -m 755 $(prefix)/etc
-+ $(INSTALL) -d -m 755 $(prefix)/share
-+ $(INSTALL) -d -m 755 $(prefix)/share/doc
-+ $(INSTALL) -d -m 755 $(prefix)/share/doc/srvx
-+ $(INSTALL) -d -m 755 $(prefix)/bin
-+ $(INSTALL) -m 744 ./src/srvx $(prefix)/bin/srvx
-+ $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)/share/doc/srvx/
-+ $(INSTALL) -m 600 $(srcdir)/srvx.conf.example $(prefix)/etc/
-+ $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)/etc/
- @echo
-- @echo srvx-$(VERSION) has been installed to $(prefix)
-+ @echo srvx-$(VERSION) has been installed to $(prefix)/bin
- @echo Remember to edit srvx.conf.example and sockcheck.conf.example
- @echo And of course, ./srvx --help before starting.
- @echo
diff --git a/irc/svrx/files/patch-ab b/irc/svrx/files/patch-ab
deleted file mode 100644
index 4a52ec7280f6..000000000000
--- a/irc/svrx/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/main.c Mon Sep 1 10:50:28 2003
-+++ src/main.c Sun Nov 30 03:17:29 2003
-@@ -65,7 +65,7 @@
-
- int quit_services, max_cycles;
-
--char *services_config = "srvx.conf";
-+char *services_config = "../etc/srvx.conf";
-
- char **services_argv;
- int services_argc;