]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 17 May 2021 00:03:07 +0000 (20:03 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 17 May 2021 00:03:07 +0000 (20:03 -0400)
scripts/upgrade/rewrite_attribute_names

index dfb90c1a6741c5e52b81f0ac90d15d3b1f096862..1f746ed1e4bd4662a9033871e6325e6b1257623d 100755 (executable)
@@ -39,7 +39,7 @@
 #
 # v4 create attr to oid file for this program:
 #
-#  ./build/make/jlibtool --mode=execute ./build/bin/local/radict  -f -p radius -D share/dictionary/ 2>&1) | egrep '26\.' > attrs
+#  (./build/make/jlibtool --mode=execute ./build/bin/local/radict  -f -p radius -D share/dictionary/ 2>&1) | egrep '26\.' | egrep -v internal > attrs
 #
 #
 use strict;