Ignore:
Timestamp:
07/12/07 10:45:34 (17 years ago)
Author:
bastiaans
Message:
  • more pkg fixes
Location:
trunk/pkg/deb/jobarchived/DEBIAN
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pkg/deb/jobarchived/DEBIAN/postinst

    r423 r441  
    33PATH=/bin:/sbin:/usr/bin:/usr/sbin
    44
    5 if [ -x /etc/init.d/jobarchived ] && [ -x /usr/bin/jobarchived ]
     5if [ -x /etc/init.d/jobarchived ]
    66        then
    77
    8                 if [ -d /usr/sara ]
    9                         then
    10                                 update-rc.d -f jobarchived start 99 3 . stop 99 0 1 2 6 .
    11                         else
    12                                 update-rc.d -f jobarchived defaults
    13                 fi
    14 
     8                update-rc.d -f jobarchived defaults
    159fi
    1610
  • trunk/pkg/deb/jobarchived/DEBIAN/postrm

    r378 r441  
    33PATH=/bin:/sbin:/usr/bin:/usr/sbin
    44
     5/etc/init.d/jobarchived stop
    56update-rc.d -f jobarchived remove
Note: See TracChangeset for help on using the changeset viewer.