All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steinar H. Gunderson" <sesse@debian.org>
To: Amit Gud <agud@redhat.com>
Cc: Neil Brown <neilb@suse.de>,
	nfs@lists.sourceforge.net, Steve Dickson <SteveD@redhat.com>
Subject: Re: [PATCH] Fix NFS mount options in mount.nfs
Date: Fri, 7 Jul 2006 20:40:09 +0200	[thread overview]
Message-ID: <20060707184009.GA3338@uio.no> (raw)
In-Reply-To: <44AE9DC7.4050606@redhat.com>

FWIW, this part is wrong:

>  install-exec-hook:
>         (cd $(DESTDIR)$(sbindir) && \
> -         ln -sf $(sbin_PROGRAMS) mount.nfs4 && \
> -         ln -sf $(sbin_PROGRAMS) umount.nfs && \
> -         ln -sf $(sbin_PROGRAMS) umount.nfs4)
> +         chmod +s $(sbin_PROGRAMS) && \
> +         cp $(sbin_PROGRAMS) /sbin/mount.nfs4 && \
> +         cp $(sbin_PROGRAMS) /sbin/umount.nfs && \
> +         cp $(sbin_PROGRAMS) /sbin/umount.nfs4)

You cannot expect to be able to put stuff directly into /sbin, you'll have to
heed $(DESTDIR).

/* Steinar */
-- 
Homepage: http://www.sesse.net/

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

  parent reply	other threads:[~2006-07-07 18:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-07 17:45 [PATCH] Fix NFS mount options in mount.nfs Amit Gud
2006-07-07 17:45 ` Steinar H. Gunderson
2006-07-07 18:03   ` Amit Gud
2006-07-07 18:31     ` Steinar H. Gunderson
2006-07-08 18:56     ` Chuck Lever
2006-07-08 19:12       ` Amit Gud
2006-07-07 18:40 ` Steinar H. Gunderson [this message]
2006-07-07 19:47   ` Amit Gud
2006-07-07 20:32     ` Steinar H. Gunderson
2006-07-07 20:54       ` Amit Gud
2006-07-07 23:31 ` Neil Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060707184009.GA3338@uio.no \
    --to=sesse@debian.org \
    --cc=SteveD@redhat.com \
    --cc=agud@redhat.com \
    --cc=neilb@suse.de \
    --cc=nfs@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.