diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_smb/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pam_smb/files/patch-configure b/security/pam_smb/files/patch-configure new file mode 100644 index 000000000000..5ba34c7f24f9 --- /dev/null +++ b/security/pam_smb/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2009-11-04 20:41:16.000000000 +0300 ++++ configure 2009-11-04 20:41:50.000000000 +0300 +@@ -1486,7 +1486,7 @@ + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print $3}' /etc/.relid'` ++ system=MP-RAS-`awk '{print $3}' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` |