Bug 108290 - [PATCH] sysutils/portscout: remove pkg_delete warnings
Summary: [PATCH] sysutils/portscout: remove pkg_delete warnings
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Shaun Amott
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-24 04:00 UTC by Alexander Logvinov
Modified: 2007-01-24 15:20 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (609 bytes, patch)
2007-01-24 04:00 UTC, Alexander Logvinov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Logvinov 2007-01-24 04:00:36 UTC
  Remove pkg_delete warnings

How-To-Repeat: 
 Edit portscout.conf and after that

# make deinstall
===>  Deinstalling for sysutils/portscout
===>   Deinstalling portscout-0.7.1
pkg_delete: unexec command for 'cmp -s /usr/local/etc/portscout.conf.sample /usr/local/etc/portscout.conf && rm -f /usr/local/etc/portscout.conf' failed
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-24 04:00:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->shaun

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-24 15:17:42 UTC
shaun       2007-01-24 15:17:32 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/portscout   pkg-plist 
  Log:
  Ensure the sample config. removal line in pkg-plist succeeds if
  portscout.conf has been modified.
  
  PR:             ports/108290
  Submitted by:   Alexander Logvinov <ports@logvinov.com>
  
  Revision  Changes    Path
  1.2       +1 -1      ports/sysutils/portscout/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Shaun Amott freebsd_committer freebsd_triage 2007-01-24 15:18:08 UTC
State Changed
From-To: open->closed

Committed, thanks!