files in share/snf-server, and is not able to delete the file created by SNFClient (that file is owned by snfuser). Making the snf-server directory 777 should allow the snfSniffer script to delete the temporary files. git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@77 233e721a-07f6-49eb-a7da-05e0e16828fcmaster
@@ -140,6 +140,7 @@ rm -rf $RPM_BUILD_ROOT | |||
%defattr(-,snfuser,snfuser) | |||
%dir %{_datadir}/@PACKAGE_NAME@ | |||
%attr(777.snfuser,snfuser) %{_datadir}/@PACKAGE_NAME@ | |||
%{_datadir}/@PACKAGE_NAME@/junkmsg.txt | |||
%{_datadir}/@PACKAGE_NAME@/cleanmsg.txt | |||
%{_datadir}/@PACKAGE_NAME@/testmode.snf |