aboutsummaryrefslogtreecommitdiff
path: root/src/mkjail
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-01-18 01:54:06 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-01-18 01:54:06 +0000
commit9ed605710d1acdb16a12b47a2c83474cebd5c819 (patch)
treeab2d2593d16642d1e7aa8c9579e298c889356a86 /src/mkjail
parent46410c89229ba465a86b51fb57b2a0986f2f1732 (diff)
downloadsimplepkg-9ed605710d1acdb16a12b47a2c83474cebd5c819.tar.gz
simplepkg-9ed605710d1acdb16a12b47a2c83474cebd5c819.tar.bz2
lots of changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@108 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src/mkjail')
-rwxr-xr-xsrc/mkjail16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mkjail b/src/mkjail
index 509bde3..49c6c8a 100755
--- a/src/mkjail
+++ b/src/mkjail
@@ -16,22 +16,6 @@
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place - Suite 330, Boston, MA 02111-1307, USA
#
-# Under the config file, adjust this to where your things live, for example:
-#
-# JAIL_ROOT="/vservers" # default folder where jails lives
-# STORAGE="/var/simplaret" # place where simplaret host its packages
-# SIMPLARET_CLEAN="1" # delete downloaded packages before installation
-# SIMPLARET_DELETE_DOWN="1" # delete donwloaded packages after installation
-# SIMPLARET_DELETE_DURING="1" # delete each package rigth after its installation
-# SIMPLARET_UPDATE="0" # simplaret --update before get the packages
-# SIMPLARET_PURGE_WEEKS="N" # purge cached packages older than N weeks
-# PATCHES_DIR=/var/simplaret/patches" # where your patches lives
-#
-# todo: - list of packages that could not be installed
-# - use swaret just for network mirrors
-# - installation order
-# - optionally execute chroot-upgrade after installation
-#
COMMON="/usr/libexec/simplepkg/common.sh"