Changeset 1070
- Timestamp:
- 01/12/06 02:44:02 (7 years ago)
- Location:
- trunk/debian
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/changelog
r1065 r1070 1 alternc-awstats (0.3.2) unstable; urgency=low 2 3 * try to make this installable by creating /var/cache/awstats in 4 debian/rules instead of postinst 5 6 -- The Anarcat <anarcat@anarcat.ath.cx> Wed, 11 Jan 2006 20:43:44 -0500 7 1 8 alternc-awstats (0.3.1) testing; urgency=low 2 9 -
trunk/debian/postinst
r1067 r1070 53 53 ln /usr/lib/cgi-bin/awstats.pl /var/alternc/cgi-bin/ -sf 54 54 55 # that's not very nice, but we need it56 mkdir /var/cache/awstats57 chown www-data /etc/awstats /var/cache/awstats58 touch /etc/alternc/awstats.htpasswd59 chown 33 /etc/alternc/awstats.htpasswd60 chmod 777 /etc/alternc/awstats.htpasswd61 62 55 # Finally, add this module to the AlternC's menu : 63 56 if [ -z `grep menu_aws.php /var/alternc/bureau/admin/menulist.txt` ] -
trunk/debian/rules
r1061 r1070 64 64 install -m 0644 -g www-data -o www-data awstats.template.conf debian/alternc-awstats/etc/alternc/ 65 65 install -m 0444 debian/lintian-override debian/alternc-awstats/usr/share/lintian/overrides/alternc-awstats 66 cp .placeholder debian/alternc-awstats/var/cache/awstats 67 chown 33.33 -R debian/alternc-awstats/var/cache/awstats 66 mkdir -p debian/alternc-awstats/var/cache/awstats 68 67 68 touch debian/alternc-awstats/var/cache/awstats/.placeholder 69 chown www-data:www-data debian/alternc-awstats/var/cache/awstats 70 touch debian/alternc-awstats/etc/alternc/awstats.htpasswd 71 # that's not very nice, but we need it 72 chown 33 debian/alternc-awstats/etc/alternc/awstats.htpasswd 73 chmod 777 debian/alternc-awstats/etc/alternc/awstats.htpasswd 69 74 70 75 # dh_install --prefix=install/alternc
Note: See TracChangeset
for help on using the changeset viewer.
