Re: [#24488694] port pkg-plist

2010-05-10 Thread Jerry
On Sun, 9 May 2010 20:15:23 -0500
supp...@midphase.com supp...@midphase.com articulated:


 Hello,
 
 Please remove supp...@midphase.com and any other @midphase.com from
 your mailing list, thank you.
 

From the mailing list e-mail headers:

quote

List-Unsubscribe: http://lists.freebsd.org/mailman/listinfo/freebsd-questions,
 mailto:freebsd-questions-requ...@freebsd.org?subject=unsubscribe

/quote

-- 
Jerry
freebsd.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

TRAVEL:
Something that makes you feel like you're getting somewhere.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [#24488694] port pkg-plist

2010-05-10 Thread support
Hello,

Unfortunately, when we use the Unsubscribe site, we never receive a 
confirmation to finish the process. Please manually remove the address.

Thank you.

-- 
Best Regards,

Seth Jensen
Technical Support Representative
Hosting Services Inc.

-
How was your experience with this ticket? Please let us know by completing the 
following survey: 
https://secure.mpcustomer.com/order/phpQ/fillsurvey.php?sid=2id=24488694

For answers to common questions please check our knowledgebase at 
midphasehelp.com

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


Re: [#24488694] port pkg-plist

2010-05-10 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/05/2010 12:43:27, supp...@midphase.com wrote:
 Hello,
 
 Unfortunately, when we use the Unsubscribe site, we never receive a
 confirmation to finish the process. Please manually remove the address.
 
 Thank you.

The list members cannot actually unsubscribe you: I've bought your case
to the attention of postmas...@freebsd.org who will be able to act.
However, it seems that you probably have not been added to the list
using the obvious 'supp...@midphase.com' address -- hence you aren't
getting the unsubscribe messages.  In order to debug this, what would
almost certainly help is if you can send postmas...@f.o some sample
copies of or list e-mails as received by you including all of the
headers.  If the list-member address that results in messages into your
system can be identified, then it's simple to delete it.

It's quite likely that this is the result of some vandal who finds it
amusing to try and create mayhem by subscribing mailing lists to each
other and similar juvenile tricks.  It would only be justice to identify
the person concerned and bill them for the amount of time spent sorting
it out.

In the mean time, probably your best bet is to send any mailing list
traffic to /dev/null so it doesn't pollute your ticketing system.
That's pretty easy to do with eg. procmail(1) or any one of a dozen
other mechanisms.

Cheers,

Matthew


- -- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvn9/MACgkQ8Mjk52CukIzV1wCggF3tf0uzBivLRSxdy91t32n4
5voAn2RFlk6B+4cxZhh5289eWvTpgYms
=9Cn+
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


port pkg-plist

2010-05-09 Thread Fbsd1
In a port I am creating I have some files that are not in the /usr/local 
directory tree. There in /var/log  /var/db. What is the correct format 
of the statement in ports pkg-plist file to have these files deleted 
when the port is deleted with pkg_delete command.

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


Re: port pkg-plist

2010-05-09 Thread Fbsd1

Yuri Pankov wrote:

On Mon, May 10, 2010 at 07:46:09AM +0800, Fbsd1 wrote:

In a port I am creating I have some files that are not in the
/usr/local directory tree. There in /var/log  /var/db. What is the
correct format of the statement in ports pkg-plist file to have
these files deleted when the port is deleted with pkg_delete
command.



@cwd /var
db/dbfile
log/logfile

HTH,
Yuri



Thanks that worked. Have another question.
During the install of the port it adds a enable=YES statement to 
/etc/rc.conf. It there some pre-canned way to auto remove that statement 
when the port is deleted with pkg_delete command?


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


Re: port pkg-plist

2010-05-09 Thread Yuri Pankov
On Mon, May 10, 2010 at 07:46:09AM +0800, Fbsd1 wrote:
 In a port I am creating I have some files that are not in the
 /usr/local directory tree. There in /var/log  /var/db. What is the
 correct format of the statement in ports pkg-plist file to have
 these files deleted when the port is deleted with pkg_delete
 command.


@cwd /var
db/dbfile
log/logfile

HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: port pkg-plist

2010-05-09 Thread Yuri Pankov
On Mon, May 10, 2010 at 08:19:35AM +0800, Fbsd1 wrote:
 Yuri Pankov wrote:
 On Mon, May 10, 2010 at 07:46:09AM +0800, Fbsd1 wrote:
 In a port I am creating I have some files that are not in the
 /usr/local directory tree. There in /var/log  /var/db. What is the
 correct format of the statement in ports pkg-plist file to have
 these files deleted when the port is deleted with pkg_delete
 command.
 
 
 @cwd /var
 db/dbfile
 log/logfile
 
 HTH,
 Yuri
 
 
 Thanks that worked. Have another question.
 During the install of the port it adds a enable=YES statement to
 /etc/rc.conf. It there some pre-canned way to auto remove that
 statement when the port is deleted with pkg_delete command?

You shouldn't directly modify rc.conf to enable some service, put
instructions on how to enable it in pkg-message instead.

Having said that, check @unexec command, which is run on package
deinstallation.

Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: port pkg-plist

2010-05-09 Thread Fbsd1

Yuri Pankov wrote:

On Mon, May 10, 2010 at 08:19:35AM +0800, Fbsd1 wrote:

Yuri Pankov wrote:

On Mon, May 10, 2010 at 07:46:09AM +0800, Fbsd1 wrote:

In a port I am creating I have some files that are not in the
/usr/local directory tree. There in /var/log  /var/db. What is the
correct format of the statement in ports pkg-plist file to have
these files deleted when the port is deleted with pkg_delete
command.


@cwd /var
db/dbfile
log/logfile

HTH,
Yuri



Thanks that worked. Have another question.
During the install of the port it adds a enable=YES statement to
/etc/rc.conf. It there some pre-canned way to auto remove that
statement when the port is deleted with pkg_delete command?


You shouldn't directly modify rc.conf to enable some service, put
instructions on how to enable it in pkg-message instead.

Having said that, check @unexec command, which is run on package
deinstallation.

Yuri


Where do I find doc on this @unexec command?

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


Re: port pkg-plist

2010-05-09 Thread Yuri Pankov
On Mon, May 10, 2010 at 08:32:26AM +0800, Fbsd1 wrote:
 Yuri Pankov wrote:
 On Mon, May 10, 2010 at 08:19:35AM +0800, Fbsd1 wrote:
 Yuri Pankov wrote:
 On Mon, May 10, 2010 at 07:46:09AM +0800, Fbsd1 wrote:
 In a port I am creating I have some files that are not in the
 /usr/local directory tree. There in /var/log  /var/db. What is the
 correct format of the statement in ports pkg-plist file to have
 these files deleted when the port is deleted with pkg_delete
 command.
 
 @cwd /var
 db/dbfile
 log/logfile
 
 HTH,
 Yuri
 
 
 Thanks that worked. Have another question.
 During the install of the port it adds a enable=YES statement to
 /etc/rc.conf. It there some pre-canned way to auto remove that
 statement when the port is deleted with pkg_delete command?
 
 You shouldn't directly modify rc.conf to enable some service, put
 instructions on how to enable it in pkg-message instead.
 
 Having said that, check @unexec command, which is run on package
 deinstallation.
 
 Yuri
 
 Where do I find doc on this @unexec command?

All these commands are documented in pkg_create(1).


Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: [#24488694] port pkg-plist

2010-05-09 Thread support
Hello,

Please remove supp...@midphase.com and any other @midphase.com from your 
mailing list, thank you.

-- 
Best regards,

Joseph J.J. Montgomery
Technical Support Representative
Hosting Services, Inc.

-
How was your experience with this ticket? Please let us know by completing the 
following survey: 
https://secure.mpcustomer.com/order/phpQ/fillsurvey.php?sid=2id=24488694

For answers to common questions please check our knowledgebase at 
midphasehelp.com

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


Re: port pkg-plist

2010-05-09 Thread Fbsd1

Yuri Pankov wrote:

On Mon, May 10, 2010 at 08:32:26AM +0800, Fbsd1 wrote:

Yuri Pankov wrote:

On Mon, May 10, 2010 at 08:19:35AM +0800, Fbsd1 wrote:

Yuri Pankov wrote:

On Mon, May 10, 2010 at 07:46:09AM +0800, Fbsd1 wrote:

In a port I am creating I have some files that are not in the
/usr/local directory tree. There in /var/log  /var/db. What is the
correct format of the statement in ports pkg-plist file to have
these files deleted when the port is deleted with pkg_delete
command.


@cwd /var
db/dbfile
log/logfile

HTH,
Yuri



Thanks that worked. Have another question.
During the install of the port it adds a enable=YES statement to
/etc/rc.conf. It there some pre-canned way to auto remove that
statement when the port is deleted with pkg_delete command?

You shouldn't directly modify rc.conf to enable some service, put
instructions on how to enable it in pkg-message instead.

Having said that, check @unexec command, which is run on package
deinstallation.

Yuri


Where do I find doc on this @unexec command?


All these commands are documented in pkg_create(1).



Thanks I read that. It will launch what I want to do at deinstall time.
But I still need code to parse through a config file looking for a match 
to the desired literal and then delete that line from the config file 
and save it. I dont know how to do that in a .sh script. I need a sample 
doing that using the @unexec command and then I will be able to tweak it 
to my needs.

Can you help me out?

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