Adding patch.
This commit is contained in:
parent
d866d8ee82
commit
a8dc0bc2a7
19
at-3.1.10-debug.patch
Normal file
19
at-3.1.10-debug.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
--- at-3.1.10/Makefile.in.debug 2007-03-06 11:35:28.000000000 +0100
|
||||||
|
+++ at-3.1.10/Makefile.in 2007-03-06 14:50:07.000000000 +0100
|
||||||
|
@@ -104,14 +104,14 @@
|
||||||
|
chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(ATJOB_DIR) $(IROOT)$(ATSPOOL_DIR)
|
||||||
|
test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -m 600 at.deny $(IROOT)$(etcdir)/
|
||||||
|
$(INSTALL) -o $(INSTALL_ROOT_USER) -g $(DAEMON_GROUPNAME) pam_atd $(IROOT)$(etcdir)/pam.d/atd
|
||||||
|
- $(INSTALL) -m 4755 -s at $(IROOT)$(bindir)
|
||||||
|
+ $(INSTALL) -m 4755 at $(IROOT)$(bindir)
|
||||||
|
$(LN_S) -f at $(IROOT)$(bindir)/atq
|
||||||
|
$(LN_S) -f at $(IROOT)$(bindir)/atrm
|
||||||
|
$(INSTALL) -m 755 batch $(IROOT)$(bindir)
|
||||||
|
$(INSTALL) -m 755 -d $(IROOT)$(man1dir)
|
||||||
|
$(INSTALL) -m 755 -d $(IROOT)$(man5dir)
|
||||||
|
$(INSTALL) -m 755 -d $(IROOT)$(man8dir)
|
||||||
|
- $(INSTALL) -m 755 -s atd $(IROOT)$(sbindir)
|
||||||
|
+ $(INSTALL) -m 755 atd $(IROOT)$(sbindir)
|
||||||
|
$(INSTALL) -m 755 atrun $(IROOT)$(sbindir)
|
||||||
|
$(INSTALL) -m 644 at.1 $(IROOT)$(man1dir)/
|
||||||
|
cd $(IROOT)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 atrm.1
|
2
at.spec
2
at.spec
@ -165,7 +165,7 @@ if [ "$1" -ge "1" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc docs/*
|
%doc docs/*
|
||||||
%config(noreplace) %{_sysconfdir}/at.deny
|
%config(noreplace) %{_sysconfdir}/at.deny
|
||||||
%attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/atd
|
%attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/atd
|
||||||
|
Loading…
Reference in New Issue
Block a user