policycoreutils/policycoreutils-rhat.patch
cvsdist 8fcb338bec auto-import changelog data from policycoreutils-1.15.5-1.src.rpm
* Tue Aug 10 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
-  new version from NSA uses libsepol
2004-09-09 10:37:51 +00:00

11 lines
430 B
Diff

--- policycoreutils-1.15.4/scripts/genhomedircon.rhat 2004-08-08 10:33:41.000000000 -0400
+++ policycoreutils-1.15.4/scripts/genhomedircon 2004-08-08 10:35:44.190013684 -0400
@@ -137,6 +137,6 @@
for u in users.keys():
update(sys.argv[2], u, users[u])
except ValueError, error:
- errorExit(strin.join("ValueError ", error))
+ errorExit(string.join("ValueError ", error))
except IndexError, error:
errorExit("IndexError")