Steinar H. Gunderson wrote: > 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). > Please use the attached patch for testing. It varies only in the above portion, but that should make a difference. AG -- May the source be with you. http://www.cis.ksu.edu/~gud