From 9ba85d5dc63dfd1e16b9ec85d532fe89ee58fd9b Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 17 Jun 2007 10:29:17 +0000 Subject: largish change with respect to configurable paths: * instead of supporting configurable paths at different hierarchy levels, there are now only five configurable folder: + base-path (/opt/openslx), fixed at installation time + config-path (/etc/opt/openslx), fixed at installation time + private-path (/var/opt/openslx), freely configurable by user + public-path (/srv/openslx), freely configurable by user + temp-path (/tmp), freely configurable by user this closes ticket#143 * several holes have been plugged concerning the creation of folders before they are accessed, closing ticket#142 * the functionality of generating config default folders has been moved from the Makefile into a new Perl-module (ConfigFolder.pm), in order to be available to the Perl-scripts, too * slxsettings has been changed to reflect the nature of base-path and config-path as fixed paths git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1172 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/default_files/hwdata/Cards.local | 2 +- installer/default_files/hwdata/pcitable.local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'installer/default_files') diff --git a/installer/default_files/hwdata/Cards.local b/installer/default_files/hwdata/Cards.local index 94c15aa8..1bcf28b1 100644 --- a/installer/default_files/hwdata/Cards.local +++ b/installer/default_files/hwdata/Cards.local @@ -9,7 +9,7 @@ # # General information about OpenSLX can be found under http://openslx.org # -# /share/templates/hwdata/Cards.local +# /share/templates/hwdata/Cards.local # # Local changes to the Cards file. All additions should be documented here, # so that they are not lost ... They are prepended via mkdxsinitrd to the diff --git a/installer/default_files/hwdata/pcitable.local b/installer/default_files/hwdata/pcitable.local index c66ef550..5c7f370d 100644 --- a/installer/default_files/hwdata/pcitable.local +++ b/installer/default_files/hwdata/pcitable.local @@ -9,7 +9,7 @@ # # General information about OpenSLX can be found under http://openslx.org # -# /share/templates/hwdata/pcitable.local +# /share/templates/hwdata/pcitable.local # # local changes to the pcitables file. All additions should be documented # here, so that they are not lost ... the pcitable file seems to be part of -- cgit v1.2.3-55-g7522