]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- fsck.nfs moved to nfs-utils
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Jun 2004 22:01:29 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nfs-utils.spec -> 1.74

nfs-utils.spec

index 414825404a9ad68a380840b4ae2c0dda5998bedd..ef38c0a00314f2d45347a22b8006a13a459af14e 100644 (file)
@@ -176,6 +176,8 @@ echo ".so statd.8"   >      $RPM_BUILD_ROOT%{_mandir}/man8/rpc.statd.8
 
 touch $RPM_BUILD_ROOT/var/lib/nfs/xtab
 
+ln -sf /bin/true $RPM_BUILD_ROOT/sbin/fsck.nfs
+
 mv -f nfs/*.ps ./
 mv -f nfs html
 
@@ -253,6 +255,7 @@ fi
 %defattr(644,root,root,755)
 %doc ChangeLog README *.ps html
 %attr(755,root,root) /sbin/rpcdebug
+%attr(755,root,root) /sbin/fsck.nfs
 %attr(755,root,root) %{_sbindir}/exportfs
 %attr(755,root,root) %{_sbindir}/rpc.mountd
 %attr(755,root,root) %{_sbindir}/rpc.nfsd
This page took 0.048245 seconds and 4 git commands to generate.