Skip to content

Commit

Permalink
sysutils/accountsservice: Fix changing user password.
Browse files Browse the repository at this point in the history
PR:		260971
  • Loading branch information
arrowd committed Dec 29, 2022
1 parent 8bc9fa0 commit 25bd187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sysutils/accountsservice/Makefile
@@ -1,6 +1,6 @@
PORTNAME= accountsservice
PORTVERSION= 0.6.55
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils devel
MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/

Expand Down
2 changes: 1 addition & 1 deletion sysutils/accountsservice/files/patch-src_user.c
Expand Up @@ -235,7 +235,7 @@
g_object_freeze_notify (G_OBJECT (user));

- argv[0] = "/usr/sbin/usermod";
+ argv[0] = "/usr/sbin/chpass";
+ argv[0] = "/usr/bin/chpass";
argv[1] = "-p";
argv[2] = strings[0];
- argv[3] = "--";
Expand Down

0 comments on commit 25bd187

Please sign in to comment.