Browse Source

Make share/snf-server directory 777 for testing snfSniffer script. The snfSniffer script creates temporary

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-05e0e16828fc
master
adeniz 12 years ago
parent
commit
29029071f5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      SNF_CS_Developer_Package/snf-server.spec.in

+ 1
- 0
SNF_CS_Developer_Package/snf-server.spec.in View File

@@ -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

Loading…
Cancel
Save