Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison sbin/ftjail @ 653:e878b3a5b0c5
ftjail: comment
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 28 Sep 2024 14:09:04 +0200 |
| parents | 39a7594b45f9 |
| children | 7bbb397168b7 |
comparison
equal
deleted
inserted
replaced
| 652:39a7594b45f9 | 653:e878b3a5b0c5 |
|---|---|
| 1078 [ ! -d "${_directory}" ] && mkdir "${_directory}" | 1078 [ ! -d "${_directory}" ] && mkdir "${_directory}" |
| 1079 /sbin/mount -a -F "${_dir_fn_fstab2}" -v | 1079 /sbin/mount -a -F "${_dir_fn_fstab2}" -v |
| 1080 | 1080 |
| 1081 # Update and/or merge configs | 1081 # Update and/or merge configs |
| 1082 if [ -n "${_etcupdate_tarball}" ]; then | 1082 if [ -n "${_etcupdate_tarball}" ]; then |
| 1083 # Note: Check for readability has been done above | |
| 1083 echo "Calling etcupdate for DESTDIR=${_directory}" | 1084 echo "Calling etcupdate for DESTDIR=${_directory}" |
| 1084 etcupdate -D "${_directory}" -t "${_etcupdate_tarball}" | 1085 etcupdate -D "${_directory}" -t "${_etcupdate_tarball}" |
| 1085 fi | 1086 fi |
| 1086 | 1087 |
| 1087 if [ "${_opt_keep}" != "yes" ]; then | 1088 if [ "${_opt_keep}" != "yes" ]; then |
