simplepkg changelog
===================
+0.5pre20
+========
+
+ - small changes
+ - jail-commit:
+ - template files security
+
0.5pre19
========
PACKAGE="simplepkg"
PACK_DIR="package-$PACKAGE"
BUILD=${BUILD:=1rha}
-VERSION="0.5pre19"
+VERSION="0.5pre20"
ARCH="noarch"
LIBEXEC="/usr/libexec/$PACKAGE"
BINDIR="/usr/bin"
perms="`numeric_perm $1/$file`"
owner="`get_owner $1/$file`"
group="`get_group $1/$file`"
+
+ # secure the file
+ chown root.root $TEMPLATE_BASE.d/$file
+ chmod $perms $TEMPLATE_BASE.d/$file
+
echo "$file;$owner;$group;$perms" >> $TEMPLATE_BASE.perms.tmp
else