mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
sysutils/accountsservice: Fix changing user password.
PR: 260971
This commit is contained in:
parent
8bc9fa034c
commit
25bd187bcf
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= accountsservice
|
PORTNAME= accountsservice
|
||||||
PORTVERSION= 0.6.55
|
PORTVERSION= 0.6.55
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= sysutils devel
|
CATEGORIES= sysutils devel
|
||||||
MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/
|
MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/
|
||||||
|
|
||||||
|
@ -235,7 +235,7 @@
|
|||||||
g_object_freeze_notify (G_OBJECT (user));
|
g_object_freeze_notify (G_OBJECT (user));
|
||||||
|
|
||||||
- argv[0] = "/usr/sbin/usermod";
|
- argv[0] = "/usr/sbin/usermod";
|
||||||
+ argv[0] = "/usr/sbin/chpass";
|
+ argv[0] = "/usr/bin/chpass";
|
||||||
argv[1] = "-p";
|
argv[1] = "-p";
|
||||||
argv[2] = strings[0];
|
argv[2] = strings[0];
|
||||||
- argv[3] = "--";
|
- argv[3] = "--";
|
||||||
|
Loading…
Reference in New Issue
Block a user