diff options
| author | Martin Schwenke <martin@meltin.net> | 2008-09-17 21:03:46 +1000 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2008-09-17 21:03:46 +1000 |
| commit | 2fe32255f3543d5b56a065bddd517ce0ac9fdc0d (patch) | |
| tree | bbc7cd4cad3e68cc6122aa9360ff67a4267a957e /base/root/scripts/conf.base | |
| parent | cbf4e99ae2e08cc43fd780f9d6fc05ec36211ac2 (diff) | |
New base script template /root/scripts/postinstall.sh replaces
/root/postinstall.sh. This has also been removed from the 1.5
kickstart template and gets substituted in via new config option
KICKSTART_TEMPLATE, which should be set to /dev/null if none of the
fancy kickstart post-install magic is required. chkconfig and start
of ntpd moved to setup_samba.sh. Also added chkconfig for ctdb there.
Added to default value of EXTRA_PACKAGES: openldap-devel,
-scsi-target-utils, -xorg-x11-drivers, -xorg-x11-server-Xorg. New yum
repo templates: SoFS-1.5.1.repo, SoFS-1.6.repo, SoFS-daily.repo.
Updated SoFS-1.5.repo to use SoFS-1.5-Stable and removed SoFS-daily
from it. made kickstart-1.5.cfg as consistent as possible with the
official SoFS version... and duplicated it to kickstart-1.5.1.cfg.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'base/root/scripts/conf.base')
| -rw-r--r-- | base/root/scripts/conf.base | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/base/root/scripts/conf.base b/base/root/scripts/conf.base index 1a7942f..c9121d5 100644 --- a/base/root/scripts/conf.base +++ b/base/root/scripts/conf.base @@ -462,8 +462,10 @@ logfacility=LOG_USER [/etc/httpd/conf.d/shares.config] - RewriteRule "^/data(.*)$" "/gpfs/data$1" [PT] - ScriptAliasMatch "^/gpfs/data" "/var/www/cgi-bin/browse.cgi" + ScriptAlias "/gpfs/data" "/var/www/cgi-bin/browse.cgi" + RewriteRule ^/data(.*)$ "/gpfs/data$1" [R] + + [/etc/vsftpd/vsftpd.conf] # no anon access |
