mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-17 04:31:02 +01:00
fixed building ot .template/etc-$version/ in setup()
This commit is contained in:
4
jaildk
4
jaildk
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
version=1.03
|
version=1.04
|
||||||
|
|
||||||
usage_jaildk() {
|
usage_jaildk() {
|
||||||
beg=`tput -T ${TERM:-cons25} md`
|
beg=`tput -T ${TERM:-cons25} md`
|
||||||
@@ -810,7 +810,7 @@ jaildk_setup() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
bold "building jail template"
|
bold "building jail template"
|
||||||
ex cpdup /etc $j/etc/.template-$version
|
ex cpdup /etc $j/etc/.template/etc-$version
|
||||||
echo "creating $j/etc/.template/etc-$version/rc.conf"
|
echo "creating $j/etc/.template/etc-$version/rc.conf"
|
||||||
echo 'rc_conf_files="/etc/rc.conf /etc/rc.conf.local /usr/local/etc/rc.conf"' > $j/etc/.template/etc-$version/rc.conf
|
echo 'rc_conf_files="/etc/rc.conf /etc/rc.conf.local /usr/local/etc/rc.conf"' > $j/etc/.template/etc-$version/rc.conf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user