Skip to content

Commit

Permalink
sysutils/am-utils: Fix amd_enable
Browse files Browse the repository at this point in the history
Fix cut & paste oversight.

PR:		261193
Fixes:		3920c5d
Pointy hat to:	cy

(cherry picked from commit 0d2c950)
  • Loading branch information
cschuber committed Jan 14, 2022
1 parent 5e094f7 commit f69609a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sysutils/am-utils/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= am-utils
PORTVERSION= 6.2
PORTREVISION= 10
PORTREVISION= 11
PORTEPOCH= 1
CATEGORIES= sysutils net
MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ \
Expand Down
2 changes: 1 addition & 1 deletion sysutils/am-utils/files/amd.in
Expand Up @@ -7,7 +7,7 @@
# BEFORE: DAEMON
# KEYWORD: nojail shutdown

amd_enable=${nut_enable:-"NO"}
amd_enable=${amd_enable:-"NO"}

. /etc/rc.subr

Expand Down

0 comments on commit f69609a

Please sign in to comment.