]> git.pld-linux.org Git - packages/pam-pam_mount.git/commitdiff
- kill mount_ehd
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Jan 2007 18:58:07 +0000 (18:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pam-pam_mount.spec -> 1.23

pam-pam_mount.spec

index 591dc800f2441323db3acba23d830a974c89709b..bb55033729339bb6fc99598f6bddd9e2fb9c97f2 100644 (file)
@@ -91,6 +91,9 @@ ln -sf %{_bindir}/mount.crypt $RPM_BUILD_ROOT/sbin
 
 rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_mount.{la,a}
 
+# void code on non-OpenBSD, besides broken
+rm -f $RPM_BUILD_ROOT{%{_bindir}/mount_ehd,%{_mandir}/man8/mount_ehd.8}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -102,13 +105,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) /sbin/umount.crypt
 %attr(755,root,root) %{_bindir}/autoehd
 %attr(755,root,root) %{_bindir}/mkehd
-%attr(755,root,root) %{_bindir}/mount_ehd
 %attr(755,root,root) %{_bindir}/passwdehd
 %attr(755,root,root) %{_sbindir}/pmvarrun
 %{_mandir}/man1/mkehd.1*
 %{_mandir}/man8/autoehd.8*
 %{_mandir}/man8/mount.crypt.8*
-%{_mandir}/man8/mount_ehd.8*
 %{_mandir}/man8/pam_mount.8*
 %{_mandir}/man8/passwdehd.8*
 %{_mandir}/man8/pmvarrun.8*
This page took 0.118781 seconds and 4 git commands to generate.