]> git.pld-linux.org Git - packages/at.git/blame - at-install.patch
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/at.git] / at-install.patch
CommitLineData
3db29d5f 1diff -Nur at-3.1.8/Makefile.in at-3.1.8.pld/Makefile.in
2--- at-3.1.8/Makefile.in Sun Sep 28 22:00:38 1997
3+++ at-3.1.8.pld/Makefile.in Thu Dec 31 12:29:41 1998
4@@ -87,35 +87,33 @@
5 $(CC) -c $(CFLAGS) $(DEFS) $*.c
6
7 install: all
8- $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(etcdir)
9- $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(bindir)
10- $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(sbindir)
11- $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(docdir)
12- $(INSTALL) -g root -o root -m 755 -d $(IROOT)$(atdocdir)
13+ $(INSTALL) -m 755 -d $(IROOT)$(etcdir)
14+ $(INSTALL) -m 755 -d $(IROOT)$(bindir)
15+ $(INSTALL) -m 755 -d $(IROOT)$(sbindir)
16+ $(INSTALL) -m 755 -d $(IROOT)$(docdir)
17+ $(INSTALL) -m 755 -d $(IROOT)$(atdocdir)
18 $(INSTALL) -m 755 -d $(IROOT)$(ATJOB_DIR)
19- $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 755 -d $(IROOT)$(ATSPOOL_DIR)
20+ $(INSTALL) -m 755 -d $(IROOT)$(ATSPOOL_DIR)
21 chmod 700 $(IROOT)$(ATJOB_DIR) $(IROOT)$(ATSPOOL_DIR)
22- chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(ATJOB_DIR) $(IROOT)$(ATSPOOL_DIR)
23 touch $(IROOT)$(LFILE)
24 chmod 600 $(IROOT)$(LFILE)
25- chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(LFILE)
26- test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -o root -m 600 at.deny $(IROOT)$(etcdir)/
27- $(INSTALL) -g root -o root -m 4755 -s at $(IROOT)$(bindir)
28+ test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -m 600 at.deny $(IROOT)$(etcdir)/
29+ $(INSTALL) -m 4755 -s at $(IROOT)$(bindir)
30 $(LN_S) -f at $(IROOT)$(bindir)/atq
31 $(LN_S) -f at $(IROOT)$(bindir)/atrm
32- $(INSTALL) -g root -o root -m 755 batch $(IROOT)$(bindir)
33- $(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man1dir)
34- $(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man5dir)
35- $(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man8dir)
36- $(INSTALL) -g root -o root -m 755 -s atd $(IROOT)$(sbindir)
37- $(INSTALL) -g root -o root -m 755 atrun $(IROOT)$(sbindir)
38- $(INSTALL) -g root -o root -m 644 at.1 $(IROOT)$(man1dir)/
39+ $(INSTALL) -m 755 batch $(IROOT)$(bindir)
40+ $(INSTALL) -m 755 -d $(IROOT)$(man1dir)
41+ $(INSTALL) -m 755 -d $(IROOT)$(man5dir)
42+ $(INSTALL) -m 755 -d $(IROOT)$(man8dir)
43+ $(INSTALL) -m 755 -s atd $(IROOT)$(sbindir)
44+ $(INSTALL) -m 755 atrun $(IROOT)$(sbindir)
45+ $(INSTALL) -m 644 at.1 $(IROOT)$(man1dir)/
46 cd $(IROOT)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 atrm.1
47- $(INSTALL) -g root -o root -m 644 atd.8 $(IROOT)$(man8dir)/
48- $(INSTALL) -g root -o root -m 644 atrun.8 $(IROOT)$(man8dir)/
49- $(INSTALL) -g root -o root -m 644 at_allow.5 $(IROOT)$(man5dir)/
50+ $(INSTALL) -m 644 atd.8 $(IROOT)$(man8dir)/
51+ $(INSTALL) -m 644 atrun.8 $(IROOT)$(man8dir)/
52+ $(INSTALL) -m 644 at_allow.5 $(IROOT)$(man5dir)/
53 cd $(IROOT)$(man5dir) && $(LN_S) -f at_allow.5 at_deny.5
54- $(INSTALL) -g root -o root -m 644 $(DOCS) $(IROOT)$(atdocdir)
55+ $(INSTALL) -m 644 $(DOCS) $(IROOT)$(atdocdir)
56 rm -f $(IROOT)$(mandir)/cat1/at.1* $(IROOT)$(mandir)/cat1/batch.1* \
57 $(IROOT)$(mandir)/cat1/atq.1*
58 rm -f $(IROOT)$(mandir)/cat1/atd.8*
This page took 0.068037 seconds and 4 git commands to generate.