You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
428 B
11 lines
428 B
--- a/loginutils/passwd.c
|
|
+++ b/loginutils/passwd.c
|
|
@@ -23,7 +23,7 @@
|
|
//config: With this option passwd will refuse new passwords which are "weak".
|
|
|
|
//applet:/* Needs to be run by root or be suid root - needs to change /etc/{passwd,shadow}: */
|
|
-//applet:IF_PASSWD(APPLET(passwd, BB_DIR_USR_BIN, BB_SUID_REQUIRE))
|
|
+//applet:IF_PASSWD(APPLET(passwd, BB_DIR_BIN, BB_SUID_REQUIRE))
|
|
|
|
//kbuild:lib-$(CONFIG_PASSWD) += passwd.o
|
|
|
|
|