diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-04 01:01:54 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-04 01:01:54 +0000 |
commit | e8fdc3eca967f4fa614f0c1766cadcb3db04a295 (patch) | |
tree | 8a5ca92fce20adf952e08c4d999084eecdd85832 /trunk/lib/common.sh | |
parent | 738d9409176572a2676dd5b67ea51f97552f60d5 (diff) | |
download | simplepkg-e8fdc3eca967f4fa614f0c1766cadcb3db04a295.tar.gz simplepkg-e8fdc3eca967f4fa614f0c1766cadcb3db04a295.tar.bz2 |
fix on default config files folder
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@636 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib/common.sh')
-rw-r--r-- | trunk/lib/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index f9c115f..7b7aca9 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -20,7 +20,7 @@ BASE_CONF="/etc/simplepkg" CONF="$BASE_CONF/simplepkg.conf" -DEFAULT_CONF="$BASE_CONF/default/simplepkg.conf" +DEFAULT_CONF="$BASE_CONF/defaults/simplepkg.conf" JAIL_LIST="$BASE_CONF/jailist" SIMPLARET="simplaret" |