]> git.pld-linux.org Git - packages/clusternfs.git/commitdiff
- removed showmount (showmount comes with nfs-utils-client)
authorTomek Orzechowski <orzech@pld-linux.org>
Sat, 1 Feb 2003 14:23:23 +0000 (14:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clusternfs.spec -> 1.4

clusternfs.spec

index 46348174abce3f6adcf7ae9135c547aba457e16f..89c915da1acf75ca64ec6cbd6d8d1e8e192a76a1 100644 (file)
@@ -48,7 +48,7 @@ mv -f aclocal.m4 acinclude.m4
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/{var/adm/fillup-templates,etc/rc.d/init.d}
+install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -78,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc BUGS ChangeLog* EXAMPLE.ClusterNFS HALL_OF_FAME NEWS README* TODO*
 %attr(754,root,root) /etc/rc.d/init.d/clusternfs
-%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_sbindir}/rpc.*
 %{_mandir}/man5/*
-%{_mandir}/man8/*
+%{_mandir}/man8/[mn]*
 /var/lib/clusternfs
This page took 0.028982 seconds and 4 git commands to generate.