aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/510-move-passwd-applet-to-bin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/patches/510-move-passwd-applet-to-bin.patch')
-rw-r--r--package/utils/busybox/patches/510-move-passwd-applet-to-bin.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/patches/510-move-passwd-applet-to-bin.patch b/package/utils/busybox/patches/510-move-passwd-applet-to-bin.patch
index b19d1c9a39..7dc2cd3ff4 100644
--- a/package/utils/busybox/patches/510-move-passwd-applet-to-bin.patch
+++ b/package/utils/busybox/patches/510-move-passwd-applet-to-bin.patch
@@ -1,7 +1,7 @@
--- a/loginutils/passwd.c
+++ b/loginutils/passwd.c
@@ -23,7 +23,7 @@
- //config: With this option passwd will refuse new passwords which are "weak".
+ //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))