fix chmod for libnss config files (the PM should have taken care of that when creating the file already but better safe than sorry)

This commit is contained in:
Robert Förster (Dessa)
2012-09-21 17:38:11 +02:00
parent ec032c7a15
commit 188e80ab2e

View File

@@ -385,7 +385,7 @@ return Array(
'label' => 'libnss-bg (system login with mysql)',
'commands' => Array(
'apt-get install libnss-mysql-bg nscd',
'chmod 600 /etc/nss-mysql.conf /etc/nss-mysql-root.conf'
'chmod 600 /etc/libnss-mysql.conf /etc/libnss-mysql-root.conf'
),
'files' => Array(
'etc_libnss-mysql.cfg' => '/etc/libnss-mysql.cfg',