mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-12 01:39:50 +01:00
Re-add latest required system files
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
======================
|
======================
|
||||||
Version Description
|
Version Description
|
||||||
|
|
||||||
|
1.1.26......Re-add latest required system files.
|
||||||
1.1.25......Minor cosmetic changes.
|
1.1.25......Minor cosmetic changes.
|
||||||
1.1.24......Minor cosmetic/wording changes.
|
1.1.24......Minor cosmetic/wording changes.
|
||||||
1.1.23......Update release list to include 13.2.
|
1.1.23......Update release list to include 13.2.
|
||||||
|
|||||||
@@ -2543,8 +2543,21 @@ The following file could not be merged automatically: ${F}
|
|||||||
Press Enter to edit this file in ${EDITOR} and resolve the conflicts
|
Press Enter to edit this file in ${EDITOR} and resolve the conflicts
|
||||||
manually...
|
manually...
|
||||||
EOF
|
EOF
|
||||||
read dummy </dev/tty
|
while true; do
|
||||||
${EDITOR} `pwd`/merge/new/${F} < /dev/tty
|
read dummy </dev/tty
|
||||||
|
${EDITOR} `pwd`/merge/new/${F} < /dev/tty
|
||||||
|
|
||||||
|
if ! grep -qE '^(<<<<<<<|=======|>>>>>>>)([[:space:]].*)?$' $(pwd)/merge/new/${F} ; then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
cat <<-EOF
|
||||||
|
|
||||||
|
Merge conflict markers remain in: ${F}
|
||||||
|
These must be resolved for the system to be functional.
|
||||||
|
|
||||||
|
Press Enter to return to editing this file.
|
||||||
|
EOF
|
||||||
|
done
|
||||||
done < failed.merges
|
done < failed.merges
|
||||||
rm failed.merges
|
rm failed.merges
|
||||||
|
|
||||||
@@ -3023,6 +3036,14 @@ Kernel updates have been installed. Please reboot and run
|
|||||||
install_from_index INDEX-NEW || return 1
|
install_from_index INDEX-NEW || return 1
|
||||||
install_delete INDEX-OLD INDEX-NEW || return 1
|
install_delete INDEX-OLD INDEX-NEW || return 1
|
||||||
|
|
||||||
|
# Restart sshd if running (PR263489). Note that this does not
|
||||||
|
# affect child sshd processes handling existing sessions.
|
||||||
|
if service sshd status >/dev/null 2>/dev/null; then
|
||||||
|
echo
|
||||||
|
echo "Restarting sshd after upgrade"
|
||||||
|
service sshd restart
|
||||||
|
fi
|
||||||
|
|
||||||
# Rehash certs if we actually have certctl installed.
|
# Rehash certs if we actually have certctl installed.
|
||||||
if which certctl>/dev/null; then
|
if which certctl>/dev/null; then
|
||||||
env DESTDIR=${BASEDIR} certctl rehash
|
env DESTDIR=${BASEDIR} certctl rehash
|
||||||
@@ -3484,6 +3505,9 @@ fi
|
|||||||
# Set LC_ALL in order to avoid problems with character ranges like [A-Z].
|
# Set LC_ALL in order to avoid problems with character ranges like [A-Z].
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
|
||||||
|
# Clear environment variables that may affect operation of tools that we use.
|
||||||
|
unset GREP_OPTIONS
|
||||||
|
|
||||||
get_params $@
|
get_params $@
|
||||||
for COMMAND in ${COMMANDS}; do
|
for COMMAND in ${COMMANDS}; do
|
||||||
cmd_${COMMAND}
|
cmd_${COMMAND}
|
||||||
|
|||||||
BIN
conf/system/include/13.2/ar
Executable file → Normal file
BIN
conf/system/include/13.2/ar
Executable file → Normal file
Binary file not shown.
Binary file not shown.
4
conf/system/include/13.2/jib
Normal file → Executable file
4
conf/system/include/13.2/jib
Normal file → Executable file
@@ -24,7 +24,7 @@
|
|||||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
# SUCH DAMAGE.
|
# SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
# $FreeBSD: releng/12.1/share/examples/jails/jib 339977 2018-10-31 23:07:47Z dteske $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
############################################################ IDENT(1)
|
############################################################ IDENT(1)
|
||||||
#
|
#
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
#
|
#
|
||||||
# # Standard recipe
|
# # Standard recipe
|
||||||
# exec.start += "/bin/sh /etc/rc";
|
# exec.start += "/bin/sh /etc/rc";
|
||||||
# exec.stop = "/bin/sh /etc/rc.shutdown";
|
# exec.stop = "/bin/sh /etc/rc.shutdown jail";
|
||||||
# exec.consolelog = "/var/log/jail_xxx_console.log";
|
# exec.consolelog = "/var/log/jail_xxx_console.log";
|
||||||
# mount.devfs;
|
# mount.devfs;
|
||||||
#
|
#
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user