at v206 54 lines 2.9 kB view raw
1--- at-3.1.14/Makefile.in 2013-09-08 14:43:53.000000000 +0200 2+++ at-3.1.14/Makefile.in 2014-07-27 20:42:04.017703443 +0200 3@@ -91,35 +91,28 @@ 4 $(CC) -c $(CFLAGS) $(DEFS) $*.c 5 6 install: all 7- $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(etcdir) 8- $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(bindir) 9- $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(sbindir) 10- $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(docdir) 11- $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(atdocdir) 12- $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 755 -d $(IROOT)$(ATSPOOL_DIR) $(IROOT)$(ATJOB_DIR) 13- chmod 1770 $(IROOT)$(ATSPOOL_DIR) $(IROOT)$(ATJOB_DIR) 14- touch $(IROOT)$(LFILE) 15- chmod 600 $(IROOT)$(LFILE) 16- chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(LFILE) 17- test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -o root -g $(DAEMON_GROUPNAME) -m 640 at.deny $(IROOT)$(etcdir)/ 18- $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 at $(IROOT)$(bindir) 19+ $(INSTALL) -m 755 -d $(IROOT)$(bindir) 20+ $(INSTALL) -m 755 -d $(IROOT)$(sbindir) 21+ $(INSTALL) -m 755 -d $(IROOT)$(docdir) 22+ $(INSTALL) -m 755 -d $(IROOT)$(atdocdir) 23+ $(INSTALL) -m 6755 -s at $(IROOT)$(bindir) 24 $(LN_S) -f at $(IROOT)$(bindir)/atq 25 $(LN_S) -f at $(IROOT)$(bindir)/atrm 26- $(INSTALL) -g root -o root -m 755 batch $(IROOT)$(bindir) 27- $(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man1dir) 28- $(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man5dir) 29- $(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man8dir) 30- $(INSTALL) -g root -o root -m 755 atd $(IROOT)$(sbindir) 31- $(INSTALL) -g root -o root -m 755 atrun $(IROOT)$(sbindir) 32- $(INSTALL) -g root -o root -m 644 at.1 $(IROOT)$(man1dir)/ 33+ $(INSTALL) -m 755 batch $(IROOT)$(bindir) 34+ $(INSTALL) -d -m 755 $(IROOT)$(man1dir) 35+ $(INSTALL) -d -m 755 $(IROOT)$(man5dir) 36+ $(INSTALL) -d -m 755 $(IROOT)$(man8dir) 37+ $(INSTALL) -m 755 -s atd $(IROOT)$(sbindir) 38+ $(INSTALL) -m 755 atrun $(IROOT)$(sbindir) 39+ $(INSTALL) -m 644 at.1 $(IROOT)$(man1dir)/ 40 cd $(IROOT)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 atrm.1 41- $(INSTALL) -g root -o root -m 644 atd.8 $(IROOT)$(man8dir)/ 42+ $(INSTALL) -m 644 atd.8 $(IROOT)$(man8dir)/ 43 sed "s,\$${exec_prefix},$(exec_prefix),g" <atrun.8>tmpman 44- $(INSTALL) -g root -o root -m 644 tmpman $(IROOT)$(man8dir)/atrun.8 45+ $(INSTALL) -m 644 tmpman $(IROOT)$(man8dir)/atrun.8 46 rm -f tmpman 47- $(INSTALL) -g root -o root -m 644 at.allow.5 $(IROOT)$(man5dir)/ 48+ $(INSTALL) -m 644 at.allow.5 $(IROOT)$(man5dir)/ 49 cd $(IROOT)$(man5dir) && $(LN_S) -f at.allow.5 at.deny.5 50- $(INSTALL) -g root -o root -m 644 $(DOCS) $(IROOT)$(atdocdir) 51+ $(INSTALL) -m 644 $(DOCS) $(IROOT)$(atdocdir) 52 rm -f $(IROOT)$(mandir)/cat1/at.1* $(IROOT)$(mandir)/cat1/batch.1* \ 53 $(IROOT)$(mandir)/cat1/atq.1* 54 rm -f $(IROOT)$(mandir)/cat1/atd.8*