[-]
[+]
|
Changed |
ipclassify.spec
|
|
[-]
[+]
|
Added |
ipclassify-install.patch
^
|
@@ -0,0 +1,41 @@
+--- makefile.orig 2011-06-19 19:15:22.175119843 +0200
++++ makefile 2011-06-19 19:16:23.010902469 +0200
+@@ -92,22 +92,22 @@
+ $(CC) $(CFLAGS) $(DEFINES) -o $@ $^ $(LIBS)
+
+ install: ipclassify
+- $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/usr/bin
+- $(INSTALL) -o root -g root -m 755 ipclassify $(DESTDIR)/usr/bin/ipclassify
+- $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/var/spool/ipclassify
+- $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/etc/rc.d/init.d
+- ${INSTALL} -o root -g root -m 755 ipclassify.startup $(DESTDIR)/etc/rc.d/init.d/ipclassify
+- ${INSTALL} -o root -g root -m 644 ipclassify.conf $(DESTDIR)/etc/ipclassify.conf
+- $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/etc/logrotate.d
+- ${INSTALL} -o root -g root -m 644 ipclassify.logrotate $(DESTDIR)/etc/logrotate.d/ipclassify
+- $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/etc/logwatch/scripts/services
+- ${INSTALL} -o root -g root -m 755 ipclassify.logwatch $(DESTDIR)/etc/logwatch/scripts/services/ipclassify
+- $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/etc/logwatch/conf/logfiles
+- ${INSTALL} -o root -g root -m 755 ipclassify.logfiles.conf $(DESTDIR)/etc/logwatch/conf/logfiles/ipclassify.conf
+- $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/etc/logwatch/conf/services
+- ${INSTALL} -o root -g root -m 755 ipclassify.services.conf $(DESTDIR)/etc/logwatch/conf/services/ipclassify.conf
+- $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/usr/share/man/man8
+- ${INSTALL} -o root -g root -m 644 ipclassify.8 $(DESTDIR)/usr/share/man/man8/ipclassify.8
++ $(INSTALL) -d -m 755 $(DESTDIR)/usr/bin
++ $(INSTALL) -m 755 ipclassify $(DESTDIR)/usr/bin/ipclassify
++ $(INSTALL) -d -m 755 $(DESTDIR)/var/spool/ipclassify
++ $(INSTALL) -d -m 755 $(DESTDIR)/etc/rc.d/init.d
++ ${INSTALL} -m 755 ipclassify.startup $(DESTDIR)/etc/rc.d/init.d/ipclassify
++ ${INSTALL} -m 644 ipclassify.conf $(DESTDIR)/etc/ipclassify.conf
++ $(INSTALL) -d -m 755 $(DESTDIR)/etc/logrotate.d
++ ${INSTALL} -m 644 ipclassify.logrotate $(DESTDIR)/etc/logrotate.d/ipclassify
++ $(INSTALL) -d -m 755 $(DESTDIR)/etc/logwatch/scripts/services
++ ${INSTALL} -m 755 ipclassify.logwatch $(DESTDIR)/etc/logwatch/scripts/services/ipclassify
++ $(INSTALL) -d -m 755 $(DESTDIR)/etc/logwatch/conf/logfiles
++ ${INSTALL} -m 755 ipclassify.logfiles.conf $(DESTDIR)/etc/logwatch/conf/logfiles/ipclassify.conf
++ $(INSTALL) -d -m 755 $(DESTDIR)/etc/logwatch/conf/services
++ ${INSTALL} -m 755 ipclassify.services.conf $(DESTDIR)/etc/logwatch/conf/services/ipclassify.conf
++ $(INSTALL) -d -m 755 $(DESTDIR)/usr/share/man/man8
++ ${INSTALL} -m 644 ipclassify.8 $(DESTDIR)/usr/share/man/man8/ipclassify.8
+
+ tarfile:
+ -\rm -f ipclassify-1.0.tar
|