pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ups-nut: Fix (serious) typo in upskillpower.sh



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Thu Jun 22 07:28:03 2023 -0400
Changeset:	72dae64773c1aa4183988af6c16cd15208671646

Modified Files:
	ups-nut/files/upskillpower.sh

Log Message:
ups-nut: Fix (serious) typo in upskillpower.sh

Catch up to pkgsrc.  This file depended on the nonexisted altq rather
than altqd.

(It's an interesting question what this has to do with altqd; that
likely should be documented!)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=72dae64773c1aa4183988af6c16cd15208671646

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ups-nut/files/upskillpower.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/ups-nut/files/upskillpower.sh b/ups-nut/files/upskillpower.sh
index 9bf1047b3b..eb226c5a98 100644
--- a/ups-nut/files/upskillpower.sh
+++ b/ups-nut/files/upskillpower.sh
@@ -4,7 +4,7 @@
 #
 # PROVIDE: upskillpower
 # REQUIRE: mountcritremote
-# BEFORE: upsdriver altq downinterfaces 
+# BEFORE: upsdriver altqd downinterfaces 
 # KEYWORD: shutdown
 
 # This script shuts off power, if upsmon has decided to shutdown


Home | Main Index | Thread Index | Old Index