diff options
Diffstat (limited to 'simplepkg.conf.new')
-rw-r--r-- | simplepkg.conf.new | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/simplepkg.conf.new b/simplepkg.conf.new new file mode 100644 index 0000000..2b9e165 --- /dev/null +++ b/simplepkg.conf.new @@ -0,0 +1,14 @@ +# /etc/simplepkg/simplepkg.conf +JAIL_ROOT="/vservers" # where jails are placed +SIMPLARET="simplaret" # package grabber program (can be swaret if you have it installed) +SIMPLARET_CLEAN="1" # clean package cache before installation +SIMPLARET_DELETE_DOWN="1" # clean package cache after the installation +SIMPLARET_UPDATE="0" # issue an simplaret --update before install the jail +SIMPLARET_PURGE_WEEKS="3" # delete packages older than N weeks from the cache +SIMPLARET_DELETE_DURING="0" # delete each package rigth after its installation +PATCHES_DIR="/var/simplaret/patches" # where patches are placed +DEFAULT_ARCH="i386" +DEFAULT_VERSION="10.2" +STORAGE="/var/simplaret/packages" +PASSIVE_FTP="1" + |