File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,13 +118,14 @@ install:
118118 mkdir -p $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /cmsd@stash-origin-auth.service.d
119119 mkdir -p $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /xrootd-privileged@stash-origin-auth.service.d
120120 mkdir -p $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /cmsd-multiuser@stash-origin-auth.service.d
121+ mkdir -p $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /cmsd-privileged@stash-origin-auth.service.d
121122 install -p -m 0644 configs/stash-origin/systemd/cmsd-multiuser@.service $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /cmsd-multiuser@.service
122123 install -p -m 0644 configs/stash-origin/overrides/xrootd/10-stash-origin-overrides.conf $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /xrootd@stash-origin.service.d/
123124 install -p -m 0644 configs/stash-origin/overrides/xrootd/10-stash-origin-auth-overrides.conf $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /xrootd@stash-origin-auth.service.d/
124125 install -p -m 0644 configs/stash-origin/overrides/xrootd-privileged/10-stash-origin-auth-overrides.conf $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /xrootd-privileged@stash-origin-auth.service.d/
125126 install -p -m 0644 configs/stash-origin/overrides/cmsd/10-stash-origin-overrides.conf $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /cmsd@stash-origin.service.d/
126127 install -p -m 0644 configs/stash-origin/overrides/cmsd/10-stash-origin-auth-overrides.conf $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /cmsd@stash-origin-auth.service.d/
127- install -p -m 0644 configs/stash-origin/overrides/cmsd-multiuser /10-stash-origin-auth-overrides.conf $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /cmsd-multiuser @stash-origin-auth.service.d/
128+ install -p -m 0644 configs/stash-origin/overrides/cmsd-privileged /10-stash-origin-auth-overrides.conf $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /cmsd-privileged @stash-origin-auth.service.d/
128129 # atlas-xcache
129130 mkdir -p $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /xrootd@atlas-xcache.service.d
130131 install -p -m 0644 configs/atlas-xcache/overrides/10-atlas-xcache-overrides.conf $(DESTDIR ) /$(INSTALL_SYSTEMD_UNITDIR ) /xrootd@atlas-xcache.service.d/
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
228228%{_unitdir }/cmsd@stash-origin.service.d/10-stash-origin-overrides.conf
229229%{_unitdir }/cmsd@stash-origin-auth.service.d/10-stash-origin-auth-overrides.conf
230230%{_unitdir }/cmsd-multiuser@.service
231- %{_unitdir }/cmsd-multiuser @stash-origin-auth.service.d/10-stash-origin-auth-overrides.conf
231+ %{_unitdir }/cmsd-privileged @stash-origin-auth.service.d/10-stash-origin-auth-overrides.conf
232232%{_tmpfilesdir }/stash-origin.conf
233233%attr(0755, xrootd, xrootd) %dir /run/stash-origin/
234234%attr(0755, xrootd, xrootd) %dir /run/stash-origin-auth/
You can’t perform that action at this time.
0 commit comments