Changeset 746


Ignore:
Timestamp:
03/29/09 14:46:06 (4 years ago)
Author:
bruno
Message:

Fix logfile creation for fossology

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/fossology/pbconf/trunk/fossology/rpm/fossology.spec

    r744 r746  
    240240chkconfig --add httpd 
    241241 
     242# Create logfile to avoid issues later on 
     243touch %{_var}/log/PBPROJ 
     244# Handle logfile owner correctly 
     245chown fossy:fossy %{_var}/log/PBPROJ 
     246 
    242247# Test that things are installed correctly 
    243248/usr/lib/PBPROJ/fossology-scheduler -t 
Note: See TracChangeset for help on using the changeset viewer.