diff options
author | ivan <ivan> | 2004-03-11 01:05:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-03-11 01:05:40 +0000 |
commit | 5f20528b6d2aceb43aa73071c39279dee4b2526d (patch) | |
tree | 01ff7b56348647b3fb137a159d3784d63ecb69e0 | |
parent | 738db2444bfb95a06f99dd003f384b90bd9993e2 (diff) |
update for suse
-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 |