pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/hw-probe
Module Name: pkgsrc
Committed By: vins
Date: Fri Aug 25 14:52:08 UTC 2023
Added Files:
pkgsrc/sysutils/hw-probe: MESSAGE
Log Message:
hw-probe: add MESSAGE.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/hw-probe/MESSAGE
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/sysutils/hw-probe/MESSAGE
diff -u /dev/null pkgsrc/sysutils/hw-probe/MESSAGE:1.1
--- /dev/null Fri Aug 25 14:52:08 2023
+++ pkgsrc/sysutils/hw-probe/MESSAGE Fri Aug 25 14:52:08 2023
@@ -0,0 +1,15 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2023/08/25 14:52:08 vins Exp $
+
+Hardware probe requires root privileges.
+To run the program as root while preserving the standard user environment,
+you can use security/sudo or security/opendoas.
+
+For example, to probe your computer and upload the results to the hardware
+database, you may alternatively run:
+
+ $ sudo -E hw-probe -all -upload
+ $ doas hw-probe -all -upload # use 'keepenv' option in doas.conf
+
+See also ${PREFIX}/${DOCDIR}/README.
+===========================================================================
Home |
Main Index |
Thread Index |
Old Index