make-rules: implement Python Dependency Groups (PEP 735) using pyproject_installer
[oi-userland.git] / components / sysutils / net-snmp / patches / 075.29795396.createuser.patch
blobb8327143d8ca892445b5c361c1ec3c58a1ed111e
1 Patch developed inhouse, submitted upstream.
2 Details at
3 https://sourceforge.net/p/net-snmp/bugs/2940/
4 --- net-snmp-5.9.4/net-snmp-create-v3-user.in.orig
5 +++ net-snmp-5.9.4/net-snmp-create-v3-user.in
6 @@ -122,7 +122,7 @@
7 if test "x$xpassphrase" = "x" ; then
8 line="createUser $user $Aalgorithm \"$apassphrase\" $Xalgorithm"
9 else
10 - line="createUser $user $Aalgorithm \"$apassphrase\" $Xalgorithm \"$xpassphrase\""
11 + line="createUser $user $Aalgorithm \"$apassphrase\" $Xalgorithm $xpassphrase
13 echo "adding the following line to $outfile:"
14 echo " $line"