summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-12 15:38:58 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-12 15:39:06 -0400
commitfd3e19f3bf9499b944263c0acaeaa6446260f197 (patch)
tree3c55b006ae9d0e3c219f6c7c3d8a9241e274d048 /etc/rc.php_ini_setup
parent3994cc70cf43cbd3d90188739c05d1a552ab5c69 (diff)
downloadpfsense-fd3e19f3bf9499b944263c0acaeaa6446260f197.zip
pfsense-fd3e19f3bf9499b944263c0acaeaa6446260f197.tar.gz
Create dynamodules in the order they where touched
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 7dfcddd..77b9375 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -192,7 +192,7 @@ fi
# Read in dynamodules
if [ -d /etc/php_dynamodules ]; then
- DYNA_MODULES=`/bin/ls /etc/php_dynamodules/`
+ DYNA_MODULES=`/bin/ls -Utr /etc/php_dynamodules/`
PHPMODULES="$PHPMODULES $DYNA_MODULES"
fi
OpenPOWER on IntegriCloud