diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-03-21 01:46:54 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-03-21 01:46:54 +0000 |
commit | 200dd72cd3b98677e7c689b4c48a30c37d35efff (patch) | |
tree | 3135d8f41f3280b5fc2414cd9b1a3f72732e6c24 /trunk/src/jail-update | |
parent | 12ed80743223cde6d233fa191839737c6253cf4d (diff) | |
download | simplepkg-200dd72cd3b98677e7c689b4c48a30c37d35efff.tar.gz simplepkg-200dd72cd3b98677e7c689b4c48a30c37d35efff.tar.bz2 |
some changes on jail-commit, small changes in common.sh and jail-update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@208 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/jail-update')
-rwxr-xr-x | trunk/src/jail-update | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/trunk/src/jail-update b/trunk/src/jail-update index 09d1555..471591b 100755 --- a/trunk/src/jail-update +++ b/trunk/src/jail-update @@ -50,14 +50,6 @@ if [ "$?" != "0" ]; then exit 1 fi -if [ -d "$TEMPLATE_BASE.d" ]; then - true -fi - -if [ -s "$TEMPLATE_BASE.perms" ]; then - -fi - copy_template_files $1 set_jail_perms $1 |