Skip to content

Commit

Permalink
Update text references to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Nov 21, 2023
1 parent 58d5310 commit 7edb8db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/nav/bin/autoenable.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Autoenable removes detention for computers that are done with detention.
Usage:
sudo -u $NAV_USER ./autoenable.py
sudo -u $NAV_USER autoenable
autoenable is meant to be run as a cronjob. It checks the configured
arnold-database for any detained ports and opens them if they have a
Expand Down
2 changes: 1 addition & 1 deletion python/nav/bin/start_arnold.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""
Use this to run automatic detentions based on detention profiles
Usage: start_arnold.py [options] id
Usage: start_arnold [options] id
Pipe in ip-addresses to block or use the -f option to specify file
Options:
Expand Down
2 changes: 1 addition & 1 deletion python/nav/bin/t1000.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
t1000 finds blocked computers that have moved and blocks them again.
Usage:
sudo -u $NAV_USER ./t1000.py
sudo -u $NAV_USER t1000
t1000 is meant to be run as a cronjob. It checks the database for any
detained ports. If it finds any, it checks if the mac-address is active on
Expand Down
2 changes: 1 addition & 1 deletion python/nav/etc/snmptrapd.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configfile for snmptrapd.py
# Configfile for snmptrapd

[snmptrapd]
# Each of these Python modules will be offered the chance to handle an incoming
Expand Down
2 changes: 1 addition & 1 deletion python/nav/web/macwatch/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

class MacWatch(models.Model):
"""Data-model for mac-address that should get watched
by bin/macwatch.py"""
by bin/macwatch"""

MAC_ADDR_DELIM_CHAR = ':'

Expand Down

0 comments on commit 7edb8db

Please sign in to comment.