updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / netams / for_arch_linux.1.0.patch
blob5b6e25be0fadec081c33a71db2ea46fc5cc52656
1 --- configure.sh.old 2009-07-15 23:44:33.000000000 +0400
2 +++ configure.sh 2009-07-16 00:30:21.000000000 +0400
3 @@ -130,15 +130,15 @@
4 echo "INSTALL = /bin/install" >> $makefile
6 #paths
7 -echo "STARTUP_SCRIPT=netams.init.d" >> $makefile
8 +echo "STARTUP_SCRIPT=netams-linux-startup.sh" >> $makefile
9 echo "PATH_TO_ETC=/etc" >> $makefile
10 -echo "PATH_TO_WWW=/var/www/netams" >> $makefile
11 -echo "PATH_TO_CONFIG=/etc" >> $makefile
12 +echo "PATH_TO_WWW=/mnt/media/mysite/netams" >> $makefile
13 +echo "PATH_TO_CONFIG=/etc/netams.conf" >> $makefile
14 echo "PATH_TO_LOG=/var/log/netams.log" >> $makefile
15 -echo "PATH_TO_SCRIPTS=/etc/init.d" >> $makefile
16 -echo "DAEMONDIR=/usr/local/sbin" >> $makefile
17 -echo "SBINDIR=/usr/local/sbin" >> $makefile
18 -echo "MANDIR=/usr/local/man" >> $makefile
19 +echo "PATH_TO_SCRIPTS=/etc/rc.d" >> $makefile
20 +echo "DAEMONDIR=/usr/sbin" >> $makefile
21 +echo "SBINDIR=/usr/sbin" >> $makefile
22 +echo "MANDIR=/usr/man" >> $makefile
24 #ipq
25 locate_file "libipq.a" && v1=$var && locate_file "libnetfilter_queue_libipq.a" && v3=$var && locate_file "libipq.h" && v2=$var