initial import
This commit is contained in:
27
3proxy/remove-systemd.patch
Normal file
27
3proxy/remove-systemd.patch
Normal file
@@ -0,0 +1,27 @@
|
||||
--- a/Makefile.Linux 2022-03-15 12:44:07.000000000 +0100
|
||||
+++ b/Makefile.Linux 2022-03-15 12:46:50.910900628 +0100
|
||||
@@ -68,7 +68,6 @@
|
||||
INSTALL_CFG_OBJS2 = counters bandlimiters
|
||||
|
||||
INSTALL_INITD_SCRIPT = scripts/init.d/3proxy.sh
|
||||
-INSTALL_SYSTEMD_SCRIPT = scripts/3proxy.service
|
||||
|
||||
CHROOTDIR = $(DESTDIR)$(chroot_prefix)/3proxy
|
||||
CHROOTREL = ../..$(chroot_prefix)/3proxy
|
||||
@@ -83,7 +82,6 @@
|
||||
LOGBASE = $(DESTDIR)/var/log
|
||||
LOGDIR = $(LOGBASE)/3proxy
|
||||
INSTALL_CFG_DEST = $(ETCDIR)/conf
|
||||
-SYSTEMDDIR = $(DESTDIR)/usr/lib/systemd/system/
|
||||
|
||||
install-bin:
|
||||
$(INSTALL_BIN) -d $(BINDIR)
|
||||
@@ -124,8 +122,6 @@
|
||||
install-init:
|
||||
$(INSTALL_BIN) -d $(INITDDIR)
|
||||
$(INSTALL_BIN) $(INSTALL_INITD_SCRIPT) $(INITDDIR)/3proxy
|
||||
- $(INSTALL_BIN) -d $(SYSTEMDDIR)
|
||||
- $(INSTALL_DATA) $(INSTALL_SYSTEMD_SCRIPT) $(SYSTEMDDIR)
|
||||
|
||||
install-run:
|
||||
$(INSTALL_BIN) -d $(RUNDIR)
|
||||
Reference in New Issue
Block a user