Skip to content

Commit b54398f

Browse files
committed
pkg: training wheels come off, build sets configd_enable="NO" now
1 parent 2349bc3 commit b54398f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

+POST_INSTALL

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ echo "%%CORE_COMMIT%%" > /usr/local/opnsense/version/opnsense
4040
echo "%%CORE_NAME%%" > /usr/local/opnsense/version/opnsense.name
4141
echo "%%CORE_ABI%%" > /usr/local/opnsense/version/opnsense.abi
4242

43-
if /usr/local/etc/rc.d/configd status > /dev/null; then
44-
/usr/local/etc/rc.d/configd restart
45-
fi
43+
/usr/local/etc/rc.d/configd restart
4644

4745
/usr/local/etc/rc.configure_firmware

+PRE_DEINSTALL

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/usr/local/etc/rc.d/configd stop
2+
13
echo "Resetting root shell"
24
pw usermod -n root -s /bin/csh
35

0 commit comments

Comments
 (0)