| Summary: | [PATCH] sysutils/fusefs-kmod: allow using fuse filesystems in /etc/fstab | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alejandro Pulver <alepulver> | ||||
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->alepulver Submitter has GNATS access (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Looks fine. -- Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ State Changed From-To: feedback->closed Committed. Thanks! alepulver 2007-10-30 03:10:09 UTC
FreeBSD ports repository
Modified files:
sysutils/fusefs-kmod Makefile pkg-plist
sysutils/fusefs-kmod/files fusefs.in
Added files:
sysutils/fusefs-kmod/files pkg-message.in
Removed files:
sysutils/fusefs-kmod pkg-message
Log:
- Bump PORTREVISION.
- Create pkg-message from SUB_FILES instead of using ${SED} to print.
- Add a note in pkg-message and clean up.
- Create a symlink of ${PREFIX}/sbin/mount_fusefs to /usr/sbin to allow
mounting from /etc/fstab.
- Add "BEFORE: mountlate" to rc.d script.
This has been verified to work with sysutils/fusefs-ntfs (see changes to
pkg-message in last commit).
PR: ports/117516
Submitted by: alepulver (myself)
Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Revision Changes Path
1.15 +8 -4 ports/sysutils/fusefs-kmod/Makefile
1.4 +2 -1 ports/sysutils/fusefs-kmod/files/fusefs.in
1.1 +15 -0 ports/sysutils/fusefs-kmod/files/pkg-message.in (new)
1.6 +0 -8 ports/sysutils/fusefs-kmod/pkg-message (dead)
1.6 +2 -0 ports/sysutils/fusefs-kmod/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"
|
- Bump PORTREVISION. - Create pkg-message from SUB_FILES instead of using ${SED} to print. - Add a note in pkg-message and clean up. - Create a symlink of ${PREFIX}/sbin/mount_fusefs to /usr/sbin to allow mounting from /etc/fstab. - Add "BEFORE: mountlate" to rc.d script. This has been verified to work with sysutils/fusefs-ntfs (see changes to pkg-message in last commit).