Changeset 435 for trunk/pkg/rpm/jobmonarch-jobarchived.spec
- Timestamp:
- 07/11/07 16:57:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pkg/rpm/jobmonarch-jobarchived.spec
r390 r435 40 40 41 41 /etc/init.d/jobarchived stop 42 43 44 %postun45 #!/bin/sh46 47 PATH=/bin:/sbin:/usr/bin:/usr/sbin48 49 42 chkconfig jobarchived off 50 43 … … 56 49 57 50 %files 58 "/usr/bin/jobarchived.py" 51 "/usr/sbin/jobarchived.py" 52 "/usr/sbin/jobarchived" 59 53 "/etc/init.d/jobarchived" 60 "/etc/jobarchived.conf"61 "/usr/bin/jobarchived"54 %config "/etc/jobarchived.conf" 55 %config "/etc/sysconfig/jobarchived" 62 56 %dir "/usr/share/jobarchived/" 63 57 "/usr/share/jobarchived/job_dbase.sql"
Note: See TracChangeset
for help on using the changeset viewer.