busybox: update to 1.28.2
[openwrt/staging/mkresin.git] / package / utils / busybox / patches / 510-move-passwd-applet-to-bin.patch
index b19d1c9a391a93eb92f30437980df4e13a944c2b..7dc2cd3ff4583c0786d6f02b3433e48cf889fefe 100644 (file)
@@ -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))