aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2002-01-10 03:19:05 +0800
committerlkoeller <lkoeller@FreeBSD.org>2002-01-10 03:19:05 +0800
commit0caf522dacfdcf6590701de3fdea2b652d8d05f9 (patch)
tree5a00d51bde13bea6d4ca36959830457195165d43 /sysutils
parent6a38cb948eca1b386e53c2b92c5594d29ba0a6a5 (diff)
downloadfreebsd-ports-graphics-0caf522dacfdcf6590701de3fdea2b652d8d05f9.tar.gz
freebsd-ports-graphics-0caf522dacfdcf6590701de3fdea2b652d8d05f9.tar.zst
freebsd-ports-graphics-0caf522dacfdcf6590701de3fdea2b652d8d05f9.zip
* Add pkg-message to infor the user to install a softlink in
/dev from the serial line to usv
Diffstat (limited to 'sysutils')
-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 00000000000..fb832940c09
--- /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
+
+**************************************************