Add 755 permission for templates into /etc/NetworkManager/dispatcher.d directory.

master
Mike Hiretsky 14 years ago
parent 051fc2621f
commit 69c8a00529

@ -12,6 +12,7 @@ CHANGE LOG
* Use developer profile in building system if version of system have long number (X.X.X).
* Fix bug of installation to hard drive containing only one partition.
* Add the automount of net file system for networkmanager.
* Add 755 permission for templates into /etc/NetworkManager/dispatcher.d directory.
1.3.9
* Add change partition id for system installation.

@ -3941,6 +3941,7 @@ sub profile{
$allocation=~m|/etc/init\.d/| ||
$allocation=~m|/etc/X11/gdm/| ||
$allocation=~m|/usr/local/bin/| ||
$allocation=~m|/etc/NetworkManager/dispatcher.d/| ||
$allocation=~m|/sbin/| ||
$allocation=~m|\.sh$|
){

Loading…
Cancel
Save