[UPDATE] print/hplip + RUN_DEP of py-gobject

2015-06-06 Thread Craig Skinner
Hi, I've found installing the OpenPrinting HPLIP plugins with their python script needs py-gobject installed. FreshPorts shows devel/py-gobject as both build & runtime dependencies: http://www.freshports.org/print/hplip/ I'm not sure if it would be better in some other port, such as py-dbus. A

Re: [UPDATE] print/hplip + RUN_DEP of py-gobject

2015-06-06 Thread Craig Skinner
On 2015-06-06 Sat 09:46 AM |, Craig Skinner wrote: > Hi, > > I've found installing the OpenPrinting HPLIP plugins > with their python script needs py-gobject installed. > So as to not clutter the last mail, here's steps to show the dep: $ cd $(mktemp -d) $ umask

[UPDATE] print/cups enable/disable script for ro /usr mount

2015-06-13 Thread Craig Skinner
{PREFIX}/sbin/cups-toggle disable + --- /dev/null Sat Jun 13 19:29:04 2015 +++ files/cups-toggle Sat Jun 13 19:17:39 2015 @@ -0,0 +1,161 @@ +#!/bin/ksh +# +# $OpenBSD$ +# +#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +# +# Copyright (c) 2015 Craig Skinner +#

Re: [UPDATE] print/cups enable/disable script for ro /usr mount

2015-06-13 Thread Craig Skinner
On 2015-06-13 Sat 20:18 PM |, Craig Skinner wrote: > > Inspiration taken from the postfix-{en,dis}able,install scripts: > Much moved out of the rc script and into 'cups-toggle (enable|disable)'. > So as to not clutter the last mail, here's a sample script run: $ sud

Re: [UPDATE] print/cups enable/disable script for ro /usr mount

2015-06-13 Thread Craig Skinner
On 2015-06-13 Sat 22:39 PM |, Antoine Jacoutot wrote: > On Sat, Jun 13, 2015 at 08:18:41PM +0100, Craig Skinner wrote: > > > > Inspiration taken from the postfix-{en,dis}able,install scripts: > > Much moved out of the rc script and into 'cups-toggle (enable|disable)&#x

Re: [UPDATE] print/cups enable/disable script for ro /usr mount

2015-06-15 Thread Craig Skinner
On 2015-06-14 Sun 08:36 AM |, Antoine Jacoutot wrote: > On Sat, Jun 13, 2015 at 10:31:28PM +0100, Craig Skinner wrote: > > On 2015-06-13 Sat 22:39 PM |, Antoine Jacoutot wrote: > > > On Sat, Jun 13, 2015 at 08:18:41PM +0100, Craig Skinner wrote: > > > > > > &g

[NEW] print/cups-readonly-usr

2015-06-19 Thread Craig Skinner
Hi there, Works for me, maybe it's useful for others too. NO_BUILD, just an alternative rc script + {en,dis}able script: $ cat pkg/DESCR An alternative CUPS rc script & toggle script, which enables CUPS to run on production boxes which usually read-only mount /usr (and /usr/local). Items in /u

Re: moving sudo to ports

2015-06-19 Thread Craig Skinner
On 2015-06-18 Thu 14:38 PM |, Todd C. Miller wrote: > After discussions with Theo we've agreed to move sudo from base to > ports. That way people who want sudo can run a modern version, as > opposed to the ancient thing in base. Superb. http://marc.info/?l=openbsd-bugs&m=142270265216628&w=2 Tha

make plist ignores @rcscript

2013-05-01 Thread Craig Skinner
All makes (incl package) were fine until I added an rc script in [distname]/pkg/ 'make fake' installs the rc script just fine in .../pobj/.../fake./etc/rc.d/ These lines in pkg/PLIST get a 'does not belong': @cwd ${RCDIR} @mode @owner @group @rcscript ${DISTNAME}' [or @rcs

Re: make plist ignores @rcscript

2013-05-01 Thread Craig Skinner
On 01/05/2013 20:02, Stuart Henderson wrote: 'make plist' only gets you part-way there, manual editing is still required. Ta. When I remove the @rcscript stuff from the PLIST & run this: make clean=all && \ make clean=fake && \ make fetch-all && \ make checksum && \ make build && \ make fake

Re: make plist ignores @rcscript

2013-05-02 Thread Craig Skinner
On 01/05/2013 22:36, Craig Skinner wrote: When I remove the @rcscript stuff from the PLIST & run this: make clean=all && \ make clean=fake && \ make fetch-all && \ make checksum && \ make build && \ make fake && \ make plist || {

Re: make plist ignores @rcscript

2013-05-03 Thread Craig Skinner
On 02/05/2013 15:54, Stuart Henderson wrote: On 2013/05/02 12:36, Craig Skinner wrote: I see there is a plist database under /usr/ports/plist & those have extra @depend, @name & @comment lines not present in generated pkg/PLISTs. These are the lists as written in +CONTENTS file

Re: sshguard-2.2.0 (still problems with startup) Re: UPDATE: security/sshguard, 1.5-->2.1.0 (2nd try)

2018-12-06 Thread Craig Skinner
d-ports&m=141951815113690 Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: uninstalling packages

2018-12-14 Thread Craig Skinner
n: rm -rf /etc/cups/ /var/{cache,log,spool}/cups/ Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: Drop maintainership completely

2018-08-10 Thread Craig Skinner
On Fri, 10 Aug 2018 01:56:58 +0300 (EEST) Leonid Bobrov wrote: > ... ignore my update over 2 weeks ... Summer holidays/people out enjoying the weather/with family/etc? Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: sshguard 2.0 startup assistance

2017-01-09 Thread Craig Skinner
db file), so it needs to be started after /etc/rc has finished. Delayed @reboot cron or rc.local at(1) jobs both work: http://marc.info/?l=openbsd-ports&w=2&r=1&s=sshguard+boot Cheers, -- Craig Skinner | http://twitter.com/Craig_Skinner | http://linkd.in/yGqkv7

lynx on OpenBSD moved from base to ports

2016-04-13 Thread Craig Skinner
Hello Thomas, Lynx was moved from OpenBSD's base to ports tree at release 5.6 (1st November 2014): http://www.openbsd.org/faq/upgrade56.html#ToPorts "Lynx has been removed from the base system and added to the ports tree." http://www.openbsd.org/56.html Web link to the port: http://cvsweb.openbs

Re: lynx on OpenBSD moved from base to ports

2016-04-15 Thread Craig Skinner
On 2016-04-13 Wed 20:46 PM |, Thomas Dickey wrote: > On Wed, Apr 13, 2016 at 10:01:19AM +0100, Craig Skinner wrote: > > Hello Thomas, > > > > Lynx was moved from OpenBSD's base to ports > > tree at release 5.6 (1st November 2014): > > http://www.openbsd.org/

[NEW] mail/ungrey-robins port

2016-05-07 Thread Craig Skinner
Hi folks, Attached here is a new port of ungrey-robins: $ fgrep COMMENT Makefile COMMENT= pf spamd auto-whitelister of round-robin SMTP clients $ cat pkg/DESCR ungrey-robins assists postmasters by automatically whitelisting round robin SMTP clients (which often fail to pass greylisting), with

Re: [NEW] mail/ungrey-robins port

2016-05-16 Thread Craig Skinner
ping On 2016-05-07 Sat 23:27 PM |, Craig Skinner wrote: > Hi folks, > > Attached here is a new port of ungrey-robins: > > > $ fgrep COMMENT Makefile > COMMENT= pf spamd auto-whitelister of round-robin SMTP clients > > > $ cat pkg/DESCR > ungrey-robins ass

Re: [new] devel/cargo

2016-05-25 Thread Craig Skinner
On 2016-05-24 Tue 13:52 PM |, Theo de Raadt wrote: > > Any verbiage after "public domain" is purely advisory. So judge -- > either it has absolutely no impact and can be ignored, or the text is > dangerous. I cannot decide. > Here is an exposition of the 5 paragraphs: http://ar.to/2010/01/diss

Re: [NEW] mail/ungrey-robins port

2016-06-08 Thread Craig Skinner
Hello, On 2016-05-07 Sat 23:27 PM |, Craig Skinner wrote: > Hi folks, > > Attached here is a new port of ungrey-robins: > > $ fgrep COMMENT Makefile > COMMENT= pf spamd auto-whitelister of round-robin SMTP clients > > > $ cat pkg/DESCR > ungrey-robins assist

Re: webmail

2018-01-23 Thread Craig Skinner
On Mon, 22 Jan 2018 17:33:30 +0100 Jan Stary wrote: > What do people use as a light-weight webmail Base ssh & packaged mutt. (Works fine with PuTTY on Widows, etc.) Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

Re: please remove the procmail port

2014-11-19 Thread Craig Skinner
On 2014-11-18 Tue 22:01 PM |, frantisek holop wrote: > Philip Guenther, 18 Nov 2014 12:42: > > Executive summary: delete the procmail port; the code is not safe and > > should not be used as a basis for any further work. > > just for the record, what is the alternative > you would recommend? >

sshguard dies on boot + workaround

2014-12-25 Thread Craig Skinner
$ uname -mrsv OpenBSD 5.6 GENERIC#274 i386 # reboot /var/log/authlog: Dec 25 14:04:11 palm sshd[23898]: Server listening on 0.0.0.0 port 22. Dec 25 14:04:16 palm sshguard[18164]: Started successfully [(a,p,s)=(30, 3600, 6000)], now ready to scan. /etc/rc exits: Dec 25 14:04:41 palm sshguard[18164

[UPDATE] security/sshguard: temp boot death workaround

2015-01-12 Thread Craig Skinner
Hi folks, Addition of pkg/{UN}MESSAGE with workarounds to sshguard's death on boot Sorry I don't know the root cause of the problem... Index: Makefile === RCS file: /cvs/ports/security/sshguard/Makefile,v retrieving revision 1.8 di

Re: mj2.org

2015-03-13 Thread Craig Skinner
On 2015-03-13 Fri 07:47 AM |, Todd C. Miller wrote: > On Tue, 10 Mar 2015 16:29:41 -, Kevin Chadwick wrote: > > > I am looking into using majordomo with opensmtpd and I am unsure > > whether to use majordomo from ports or majordomo from mj2.org. > > > > Any advice? > > The OpenBSD list machi

Re: Add -f flags to rm and mv

2007-05-15 Thread Craig Skinner
On Mon, May 14, 2007 at 09:30:48PM +0200, Tobias Ulmer wrote: > > I export ENV=~/.profile > > > > > > > That leads to 'funny' results. Do something like this in your > .profile: > > if [ -o interactive ]; then > : > fi > $ cat /etc/profile [ -o interactive ] && [ $SHELL = /bin/ksh ] && . /etc

mailgraph on 4.0 [SOLVED:ldconfig path - for archives]

2006-12-06 Thread Craig Skinner
Hi misc@ & ports@ I'm migrating boxes from 3.9 to 4.0 and was unable to run mailgraph on 4.0/i386. # /usr/local/bin/mailgraph -d -l /var/log/maillog --rbl-is-spam Can't load '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/RRDs/RRDs.so' for module RRDs: Cannot load specified object at /usr

Re: mbox(3) man page error?

2006-12-30 Thread Craig Skinner
On Sat, Dec 30, 2006 at 10:37:52PM +, Tom Cosgrove wrote: > >>> Craig Skinner 30-Dec-06 19:41 >>> > > > > Hi misc@ > > > > There is probably some history here that I am unaware of, but at first > > glance there seems to be an error with the mb