| Summary: | [Maintainer update] sysutils/scprotect fix cleaning module after pkg_delete | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Denis Barov <dindin> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Denis Barov
2009-05-27 16:20:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. nicer fix advised by amdmi3@freeBSD.org diff -urN pkg-plist.orig pkg-plist --- pkg-plist.orig 2009-06-02 21:34:44.000000000 +0400 +++ pkg-plist 2009-06-02 21:36:32.000000000 +0400 @@ -1,5 +1,5 @@ bin/scprotect etc/rc.d/scprotect -@cwd / -%%KMODDIR%%/scprotect.ko +@cwd %%KMODDIR%% +scprotect.ko @unexec kldxref %%KMODDIR%% -- Cheers Denis Barov State Changed From-To: open->closed Committed. Thanks! amdmi3 2009-06-02 22:22:06 UTC
FreeBSD ports repository
Modified files:
sysutils/scprotect Makefile pkg-plist
Log:
- Fix removing kernel module on deinstall
PR: 134994
Submitted by: Denis Barov <dindin@dindin.ru> (maintainer)
Revision Changes Path
1.2 +1 -0 ports/sysutils/scprotect/Makefile
1.2 +2 -2 ports/sysutils/scprotect/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"
|