Some parts of the tools are still somewhat WIP; however, thanks to a donation from linuxfund.org this has been successfully tested on a HP OfficeJet 7500 e910, using STP discovery over WiFi with automatic PPD generation. Scanning, printing, cartridge information... working.
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
$OpenBSD: patch-base_password_py,v 1.1 2013/03/08 06:51:46 ajacoutot Exp $
|
|
--- base/password.py.orig Fri Feb 22 17:51:28 2013
|
|
+++ base/password.py Fri Feb 22 17:52:02 2013
|
|
@@ -53,6 +53,7 @@ AUTH_TYPES ={'mepis':'su',
|
|
'gos':'sudo',
|
|
'boss':'su',
|
|
'lfs':'su',
|
|
+ 'openbsd':'su',
|
|
}
|
|
|
|
|