Skip to content

Commit

Permalink
user lowercase filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
inphobia authored Mar 5, 2019
1 parent 35a7a3a commit 2af221e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fortinet/README
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ this isn't all that hard, a short procedure follows:

# now we'll prepare a mib which will include all models
cd /tmp/f2
cp FORTINET-FORTIGATE-MIB-build0231.mib FORTINET-FORTIGATE-MIB-patched.mib
cp FORTINET-FORTIGATE-MIB-build0231.mib fortinet-fortigate-mib-patched.mib

# edit FORTINET-FORTIGATE-MIB-patched.mib, remove ALL fgModel model entries
# edit fortinet-fortigate-mib-patched.mib, remove ALL fgModel model entries
# then insert the list we made before (~/tmp/uniqfg) in it's place
# in vi this can be done with:
# :.!cat ~/tmp/uniqfg
# now copy the mib to staging and follow the normal upgrade procedure
mkdir /tmp/fortinet
cp FORTINET-FORTIGATE-MIB-patched.mib /tmp/fortinet
cp fortinet-fortigate-mib-patched.mib /tmp/fortinet

# if prepmibs says your file is to old:
< FORTINET-FORTIGATE-MIB is older (201807200000 < 201901170000) (in 'fortinet-fortigate-mib.mib')
Expand Down

0 comments on commit 2af221e

Please sign in to comment.