From 93d68f77d79f9691d4ab866ce34efd22f4c2fc96 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 25 May 2017 12:23:36 +0200 Subject: [PATCH] rc: not as bad as first thought, rc.recover runs without backend --- src/etc/rc | 2 -- src/etc/rc.syshook.d/15-php.early | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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