Re: portmanager configuration and stunnel options

2006-03-25 Thread Gerard Seibert
Noah wrote:

 Hi there,
 
 I am trying to figure out the proper options and configuration syntax for the
 portmanager configuration file - pm-020.conf .   I cant figure out what the
 proper stunnel switches to automatically keep the stunnel GID and UID.  At hte
 moment stunnel requires manual intervention during each upgrade.  I just want
 to keep the UID and GID as is and not delete them.  How would I instruct
 portmanager to handle this gracefully.
 
 
 --- snip ---
 
 # pkg_info | grep portmanager
 portmanager-0.4.1_5 FreeBSD installed ports status and safe update utility
 
 
 --- snip ---
 
 
 cheers,
 Noah

You might want to contact the author directly:

Michael C. Shultz [EMAIL PROTECTED]

Unfortunately, I do not believe it can be done at the present time
however.


-- 
Gerard Seibert
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portmanager configuration and stunnel options

2006-03-25 Thread RW
On Saturday 25 March 2006 02:21, RW wrote:
 On Friday 24 March 2006 17:13, Noah wrote:
  Hi there,
 
  I am trying to figure out the proper options and configuration syntax for
  the portmanager configuration file - pm-020.conf .   I cant figure out
  what the proper stunnel switches to automatically keep the stunnel GID
  and UID. At hte moment stunnel requires manual intervention during each
  upgrade.  I just want to keep the UID and GID as is and not delete them. 
  How would I instruct portmanager to handle this gracefully.

 I don't think you can do anything about this.

Actually I was wrong, I just took a look at the stunnel pkg-deinstall script 
and it does check whether BATCH is set before prompting. The problem is that 
most people set BATCH via make, whereas pkg-deinstall  is a shell script 
invoked by pkg_delete.  

portmanager, portupgrade and make deinstall all have this problem, and there 
are several ports that behave like this. It would be nice if portmanager and 
portupgrade could handle this by doing a  make -V BATCH and checking their 
respective configuration files before running pkg_delete, but I wouldn't hold 
my breath. At the moment the solution is to export BATCH=yes from somewhere. 
The problem is that that's global, and not per port. 



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portmanager configuration and stunnel options

2006-03-24 Thread RW
On Friday 24 March 2006 17:13, Noah wrote:
 Hi there,

 I am trying to figure out the proper options and configuration syntax for
 the portmanager configuration file - pm-020.conf .   I cant figure out what
 the proper stunnel switches to automatically keep the stunnel GID and UID. 
 At hte moment stunnel requires manual intervention during each upgrade.  I
 just want to keep the UID and GID as is and not delete them.  How would I
 instruct portmanager to handle this gracefully.

I don't think you can do anything about this.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]