mirror of
https://github.com/opnsense/core.git
synced 2026-06-09 00:42:36 -04:00
firmware: ok no safety net then
>>> Invoking update script 'isc-dhcp-plugin.sh' Installing legacy ISC-DHCP plugin for compatibility... Strict TLS 1.3 and CRL checking is enabled. Updating OPNsense repository catalogue... OPNsense repository is up to date. All repositories are up to date. process with pid 7698 still holds the lock process with pid 7698 still holds the lock process with pid 7698 still holds the lock process with pid 7698 still holds the lock process with pid 7698 still holds the lock process with pid 7698 still holds the lock pkg: Cannot get an advisory lock on a database, it is locked by another process process with pid 7698 still holds the lock process with pid 7698 still holds the lock process with pid 7698 still holds the lock process with pid 7698 still holds the lock process with pid 7698 still holds the lock process with pid 7698 still holds the lock pkg: Cannot get an advisory lock on a database, it is locked by another process
This commit is contained in:
parent
d6790ecd9d
commit
c0e2db45eb
2 changed files with 0 additions and 34 deletions
1
plist
1
plist
|
|
@ -148,7 +148,6 @@
|
|||
/usr/local/etc/rc.syshook.d/stop/90-backup
|
||||
/usr/local/etc/rc.syshook.d/stop/99-config
|
||||
/usr/local/etc/rc.syshook.d/update/10-refresh.sh
|
||||
/usr/local/etc/rc.syshook.d/update/20-isc-dhcp-plugin.sh
|
||||
/usr/local/etc/rc.syshook.d/upgrade/10-sanity.sh
|
||||
/usr/local/etc/rc.syshook.d/upgrade/20-isc-dhcp-plugin.sh
|
||||
/usr/local/etc/rc.syshook.d/upgrade/90-cleanup.sh
|
||||
|
|
|
|||
|
|
@ -1,33 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2026 Deciso B.V.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of source code must retain the above copyright notice,
|
||||
# this list of conditions and the following disclaimer.
|
||||
#
|
||||
# 2. Redistributions in binary form must reproduce the above copyright
|
||||
# notice, this list of conditions and the following disclaimer in the
|
||||
# documentation and/or other materials provided with the distribution.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
# AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
# AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
|
||||
# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# XXX this is not for a stable release
|
||||
|
||||
if [ ! -f /usr/local/opnsense/version/isc-dhcp ]; then
|
||||
echo "Installing legacy ISC-DHCP plugin for compatibility..."
|
||||
/usr/local/opnsense/scripts/firmware/launcher.sh -u install os-isc-dhcp-devel
|
||||
else
|
||||
echo "Skipping already installed legacy ISC-DHCP plugin..."
|
||||
fi
|
||||
Loading…
Reference in a new issue