diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-23 18:28:57 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-23 18:28:57 +0000 |
commit | f8b19ca2920fba5020cccaa93f29c35fc6b76e44 (patch) | |
tree | 81695a42211698c918920430db16c60538b3c828 /conf | |
parent | 7ab3b0a5a38d54b451c22dbff54163abf42d1450 (diff) | |
download | simplepkg-f8b19ca2920fba5020cccaa93f29c35fc6b76e44.tar.gz simplepkg-f8b19ca2920fba5020cccaa93f29c35fc6b76e44.tar.bz2 |
mkjail: now install_packages uses simplaret --install
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@116 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'conf')
-rw-r--r-- | conf/simplepkg.conf.new | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new index 028e4d3..e1b989d 100644 --- a/conf/simplepkg.conf.new +++ b/conf/simplepkg.conf.new @@ -13,10 +13,6 @@ # where jails are placed JAIL_ROOT="/vservers" -# package grabber program (can be swaret if you have it installed) -# just change to swaret if you know what you're doing -SIMPLARET="simplaret" - # whether mkjail should clean the package cache before installation # to enable it, set to "1" or "yes" SIMPLARET_CLEAN="1" |