SPECS: amanda.spec - don't list ssh keys in files, leave removing them on u...
baggins
baggins at pld-linux.org
Mon May 12 14:37:43 CEST 2008
Author: baggins Date: Mon May 12 12:37:43 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't list ssh keys in files, leave removing them on uninstall to admin
---- Files affected:
SPECS:
amanda.spec (1.165 -> 1.166)
---- Diffs:
================================================================
Index: SPECS/amanda.spec
diff -u SPECS/amanda.spec:1.165 SPECS/amanda.spec:1.166
--- SPECS/amanda.spec:1.165 Mon May 12 14:20:10 2008
+++ SPECS/amanda.spec Mon May 12 14:37:38 2008
@@ -345,7 +345,8 @@
%attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/debug
%attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/debug/amandad
%attr(600,amanda,amanda) %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/amanda/.amandahosts
-%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/authorized_keys
+# Commented out so it won't get removed on uninstall
+#%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/authorized_keys
%if %{with server}
%files server
@@ -355,8 +356,9 @@
%config(noreplace) %verify(not md5 mtime size) %attr(640,amanda,amanda) %{_sysconfdir}/amanda/amanda.conf
-%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/client_authorized_keys
-%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/id_rsa_amdump*
+# Commented out so it won't get removed on uninstall
+#%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/client_authorized_keys
+#%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/id_rsa_amdump*
%attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/example
%attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/example/label-templates
@@ -477,7 +479,8 @@
%defattr(644,root,root,755)
%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/amanda
%config(noreplace) %verify(not md5 mtime size) %attr(640,root,amanda) %{_sysconfdir}/amanda/amanda-client.conf
-%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/id_rsa_amrecover*
+# Commented out so it won't get removed on uninstall
+#%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/id_rsa_amrecover*
%attr(640,amanda,amanda) %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/amanda/amandates
%attr(755,root,root) %{_libdir}/amanda/libamclient*.so
%attr(755,root,root) %{_libdir}/amanda/amandad
@@ -539,6 +542,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.166 2008-05-12 12:37:38 baggins
+- don't list ssh keys in files, leave removing them on uninstall to admin
+
Revision 1.165 2008-05-12 12:20:10 baggins
- cleaned post
- added /usr/lib for commands emebedded in ssh keys
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/amanda.spec?r1=1.165&r2=1.166&f=u
More information about the pld-cvs-commit
mailing list