X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.default;h=e2e29d0d8e2769a1d8b86da0bf73729a2f030057;hb=02a6c67738080f06def83e5c2aad68af3ce2d56b;hp=6643f89b42bbbb44ee27fc00362a889c25fe66c8;hpb=d850183ab004abc65a405b3d925ab3f274e854b5;p=hvlinux.git diff --git a/config/sysinfos.default b/config/sysinfos.default index 6643f89..e2e29d0 100644 --- a/config/sysinfos.default +++ b/config/sysinfos.default @@ -82,9 +82,24 @@ MAILBOX_FORMAT="unix" # Alternate port for Sendmail SENDMAIL_PORT="25" +# Apache httpd web server support +USE_HTTPD="yes" + # Alternate port for Apache HTTPD_PORT="80" -APACHE_USER="www" +HTTPD_USER="www" + +# Lighttpd web server support +USE_LIGHTTPD="yes" + +# Define to httpd (Apache) or lighttpd +DEFAULT_WEB_SERVER="lighttpd" + +# Webkit support +USE_WEBKIT="no" + +# Gnash support +USE_GNASH="no" # Samba support (default yes) USE_SAMBA="yes" @@ -105,3 +120,7 @@ DEFAULT_EDITOR="nano" # Uncomment this to automatically recompress all archives to bzip2 format #PREFER_BZIP2_ARCHIVE=1 + +EMACS_LOCAL_SITE_LISP="/usr/local/share/emacs/site-lisp" + +HV_FONTS_PATH="/usr/share/fonts"