From: "Steinar H. Gunderson" Subject: Re: [PATCH] Fix NFS mount options in mount.nfs Date: Fri, 7 Jul 2006 20:40:09 +0200 Message-ID: <20060707184009.GA3338@uio.no> References: <44AE9DC7.4050606@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Neil Brown , nfs@lists.sourceforge.net, Steve Dickson Return-path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list2-new.sourceforge.net with esmtp (Exim 4.43) id 1FyvGJ-0002OD-Mu for nfs@lists.sourceforge.net; Fri, 07 Jul 2006 11:41:11 -0700 Received: from cassarossa.samfundet.no ([129.241.93.19] ident=Debian-exim) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1FyvGI-0002kE-HX for nfs@lists.sourceforge.net; Fri, 07 Jul 2006 11:41:12 -0700 To: Amit Gud In-Reply-To: <44AE9DC7.4050606@redhat.com> List-Id: "Discussion of NFS under Linux development, interoperability, and testing." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfs-bounces@lists.sourceforge.net Errors-To: nfs-bounces@lists.sourceforge.net 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