From 188e80ab2e107b4453edf53c5b45029388651898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster=20=28Dessa=29?= Date: Fri, 21 Sep 2012 17:38:11 +0200 Subject: [PATCH] fix chmod for libnss config files (the PM should have taken care of that when creating the file already but better safe than sorry) --- lib/configfiles/precise.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configfiles/precise.inc.php b/lib/configfiles/precise.inc.php index a2fc4649..954ffb4e 100644 --- a/lib/configfiles/precise.inc.php +++ b/lib/configfiles/precise.inc.php @@ -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',