[debian-edu-commits] debian-edu/upstream/ 03/71: Typo.
Petter Reinholdtsen
pere at moszumanska.debian.org
Mon Jun 9 18:25:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository libpam-mklocaluser.
commit 2850d0b76e77e2be494d13b742fc35ccbc1f7849
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sat May 1 09:57:26 2010 +0000
Typo.
---
debian/pam-python.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/pam-python.py b/debian/pam-python.py
index e84ce53..c0f2751 100755
--- a/debian/pam-python.py
+++ b/debian/pam-python.py
@@ -32,7 +32,7 @@ def check_and_create_localuser(pamh, user):
print "Home directory is not set for user %s" % user
return pamh.PAM_USER_UNKNOWN
- newhomedir = os.path.join("/hom2e/",user)
+ newhomedir = os.path.join("/home/",user)
if not os.path.isdir(newhomedir):
print "Creating user %s" % (user)
try:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/libpam-mklocaluser.git
More information about the debian-edu-commits
mailing list