summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.conf_mount_ro2
-rwxr-xr-xetc/rc.conf_mount_rw2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf_mount_ro b/etc/rc.conf_mount_ro
index a0d3092..c28aecc 100755
--- a/etc/rc.conf_mount_ro
+++ b/etc/rc.conf_mount_ro
@@ -29,7 +29,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-require("config.inc");
+require_once("config.inc");
conf_mount_ro();
diff --git a/etc/rc.conf_mount_rw b/etc/rc.conf_mount_rw
index b9f72cd..5f277e3 100755
--- a/etc/rc.conf_mount_rw
+++ b/etc/rc.conf_mount_rw
@@ -29,7 +29,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-require("config.inc");
+require_once("config.inc");
conf_mount_rw();
OpenPOWER on IntegriCloud