aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2002-01-10 03:19:05 +0800
committerLars Koeller <lkoeller@FreeBSD.org>2002-01-10 03:19:05 +0800
commita89c2193561c3fa3f9b72ed0279eb511ad611705 (patch)
tree4eadeb916ee9e46f29cb5b4e3b5311183f7dbbc9
parent7fd890f0e40b2f597656a19c44422109676377d7 (diff)
downloadfreebsd-ports-a89c2193561c3fa3f9b72ed0279eb511ad611705.tar.gz
freebsd-ports-a89c2193561c3fa3f9b72ed0279eb511ad611705.tar.zst
freebsd-ports-a89c2193561c3fa3f9b72ed0279eb511ad611705.zip
* Add pkg-message to infor the user to install a softlink in
/dev from the serial line to usv
Notes
Notes: svn path=/head/; revision=52826
-rw-r--r--sysutils/apcupsd/pkg-message10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/apcupsd/pkg-message b/sysutils/apcupsd/pkg-message
new file mode 100644
index 000000000000..fb832940c09b
--- /dev/null
+++ b/sysutils/apcupsd/pkg-message
@@ -0,0 +1,10 @@
+**************************************************
+NOTE:
+
+Change to /dev and create a softlink to usv from
+the serial line the USV is connected to, e.g.
+
+ cd /dev
+ ln -s cuaa1 usv
+
+**************************************************