diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-20 20:34:00 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-20 20:34:00 +0800 |
| commit | 1b17237c69781ae765673997c952fafa9319b7a7 (patch) | |
| tree | 336d1efc6a1bd8a3d25a1b1dde0985f4173878fa /sysutils | |
| parent | f373eeb5537c5410fcd0a28b9535eca32775a35d (diff) | |
| download | marcuscom-ports-1b17237c69781ae765673997c952fafa9319b7a7.tar marcuscom-ports-1b17237c69781ae765673997c952fafa9319b7a7.tar.gz marcuscom-ports-1b17237c69781ae765673997c952fafa9319b7a7.tar.bz2 marcuscom-ports-1b17237c69781ae765673997c952fafa9319b7a7.tar.lz marcuscom-ports-1b17237c69781ae765673997c952fafa9319b7a7.tar.xz marcuscom-ports-1b17237c69781ae765673997c952fafa9319b7a7.tar.zst marcuscom-ports-1b17237c69781ae765673997c952fafa9319b7a7.zip | |
This patch isn't needed anymore.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13490 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
| -rw-r--r-- | sysutils/gnome-system-tools/files/patch-src_users_user-settings.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/gnome-system-tools/files/patch-src_users_user-settings.c b/sysutils/gnome-system-tools/files/patch-src_users_user-settings.c deleted file mode 100644 index 75be235f5..000000000 --- a/sysutils/gnome-system-tools/files/patch-src_users_user-settings.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/users/user-settings.c.orig 2010-01-11 19:53:32.000000000 +0100 -+++ src/users/user-settings.c 2010-01-19 14:04:14.000000000 +0100 -@@ -1142,7 +1142,7 @@ on_edit_user_passwd (GtkButton *button, - - /* empty password means: don't change it */ - if (strlen (passwd) > 0) -- oobs_user_set_password (user, passwd); -+ oobs_user_set_crypted_password (user, passwd); - - /* check whether user is allowed to login without password */ - no_passwd_login_group = get_no_passwd_login_group (); |
