diff options
author | ivan <ivan> | 2004-03-11 01:05:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-03-11 01:05:38 +0000 |
commit | 25953817e61fd252c18241699c0b6cdc3fa54121 (patch) | |
tree | c5f3ac531c39813bd58582ba26c86003e097e4d0 /Makefile | |
parent | 557b6397be9c5a92985b0cbac849e9dd72c54b43 (diff) |
update for suse
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -21,13 +21,15 @@ FREESIDE_DOCUMENT_ROOT = /var/www/freeside #FREESIDE_DOCUMENT_ROOT = /usr/local/www/data/freeside #openbsd #FREESIDE_DOCUMENT_ROOT = /var/www/htdocs/freeside +#suse +#FREESIDE_DOCUMENT_ROOT = /srv/www/htdocs -#deb, redhat, mandrake, others? +#deb, redhat, mandrake, suse, others? INIT_FILE = /etc/init.d/freeside #freebsd #INIT_FILE = /usr/local/etc/rc.d/011.freeside.sh -#deb +#deb, suse HTTPD_RESTART = /etc/init.d/apache restart #redhat, mandrake #HTTPD_RESTART = /etc/init.d/httpd restart @@ -38,7 +40,7 @@ HTTPD_RESTART = /etc/init.d/apache restart FREESIDE_RESTART = ${INIT_FILE} restart -#deb, redhat, mandrake, others? +#deb, redhat, mandrake, suse, others? INSTALLGROUP = root #freebsd, openbsd #INSTALLGROUP = wheel |