FreeBSD Bugzilla – Attachment 89391 Details for
Bug 126322
[patch] sysutils/fusefs-kmod: Make install location configurable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1022 bytes, created by
Alex Kozlov
on 2008-08-07 03:00:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alex Kozlov
Created:
2008-08-07 03:00:09 UTC
Size:
1022 bytes
patch
obsolete
>Index: sysutils/fusefs-kmod/Makefile >@@ -24,6 +24,8 @@ > .endif > > USE_RC_SUBR= fusefs >+KMODDIR?= ${PREFIX}/modules >+PLIST_SUB= KMODDIR=${KMODDIR} > MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ > KMODDIR="${KMODDIR}" SYSDIR="${SRC_BASE}/sys" \ > MOUNT="${SRC_BASE}/sbin/mount" >@@ -31,7 +33,6 @@ > DISABLE_SIZE= yes > > SRC_BASE?= /usr/src >-KMODDIR= ${PREFIX}/modules > SETUP= setup.sh > HG_SHORTREV= 498acaef33b0 > >Index: sysutils/fusefs-kmod/pkg-plist >@@ -1,9 +1,6 @@ >-modules/fuse.ko > sbin/mount_fusefs > @exec ln -fs %D/%F /usr/sbin > @unexec rm -f /usr/sbin/mount_fusefs 2>&1 >/dev/null || true >-@unexec kldxref %D/modules >-@dirrmtry modules > %%PORTDOCS%%%%DOCSDIR%%/kmod/doc.text > %%PORTDOCS%%%%DOCSDIR%%/kmod/html/Faq.html > %%PORTDOCS%%%%DOCSDIR%%/kmod/html/Implementation.html >@@ -23,3 +20,7 @@ > %%PORTDOCS%%@dirrm %%DOCSDIR%%/kmod/html > %%PORTDOCS%%@dirrm %%DOCSDIR%%/kmod > @dirrmtry %%DOCSDIR%% >+@cwd %%KMODDIR%% >+fuse.ko >+@unexec kldxref %%KMODDIR%% >+@unexec rmdir %%KMODDIR%% 2>/dev/null || true
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126322
: 89391