summarylogtreecommitdiffstats
path: root/01-tss-user.patch
diff options
context:
space:
mode:
authormutantmonkey2020-11-28 15:52:20 -0800
committermutantmonkey2020-11-28 15:52:20 -0800
commit1a0e3658c840b2cbaaaa0bae39056d0ee5201ced (patch)
tree4f143b4e6789e1e2cca867a9555a3b4255eae855 /01-tss-user.patch
parent4ada91a5855116ee6a4cabcf12f6cf197abdf5d4 (diff)
downloadaur-1a0e3658c840b2cbaaaa0bae39056d0ee5201ced.tar.gz
Fix trousers build
Upstream changes had broken a patch, and the tarball has double-nested directories for some reason.
Diffstat (limited to '01-tss-user.patch')
-rw-r--r--01-tss-user.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/01-tss-user.patch b/01-tss-user.patch
index 37f74617aa3a..7518b9ab4cf7 100644
--- a/01-tss-user.patch
+++ b/01-tss-user.patch
@@ -10,12 +10,12 @@ Index: trousers/dist/Makefile.am
--- trousers.orig/dist/Makefile.am
+++ trousers/dist/Makefile.am
@@ -3,24 +3,10 @@ EXTRA_DIST = system.data.auth system.dat
-
+
install: install-exec-hook
if test ! -e ${DESTDIR}/@sysconfdir@/tcsd.conf; then mkdir -p ${DESTDIR}/@sysconfdir@ && cp tcsd.conf ${DESTDIR}/@sysconfdir@; fi
-if !NOUSERCHECK
-- /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true
-- /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
+- /bin/chown root:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true
+- /bin/chmod 0640 ${DESTDIR}/@sysconfdir@/tcsd.conf
-endif
install-exec-hook: