diff --git a/src/etc/rc b/src/etc/rc index 8f9c8ed50..33cc5ec36 100755 --- a/src/etc/rc +++ b/src/etc/rc @@ -94,7 +94,6 @@ else fi # regenerate groups and users for base -# XXX port this to POSIX shell: /usr/local/etc/rc.recover base > /dev/null # set keyboard map if needed @@ -227,7 +226,6 @@ fi echo "done." # Regenerate groups and users for packages -# XXX port this to POSIX shell: /usr/local/etc/rc.recover pkg > /dev/null 2> /dev/null # Recreate capabilities DB diff --git a/src/etc/rc.syshook.d/15-php.early b/src/etc/rc.syshook.d/15-php.early index 5786f8c3f..b9f9587a1 100755 --- a/src/etc/rc.syshook.d/15-php.early +++ b/src/etc/rc.syshook.d/15-php.early @@ -1,4 +1,5 @@ #!/bin/sh # php.ini is chained into this template, required by backend +echo -n "Configuring PHP: " configctl template reload OPNsense/WebGui