sysutils/accountsservice: Fix changing user password.

PR:		260971
This commit is contained in:
Gleb Popov 2022-12-29 21:23:35 +03:00
parent 8bc9fa034c
commit 25bd187bcf
2 changed files with 2 additions and 2 deletions

View File

@ -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}/

View File

@ -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] = "--";