OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003632 [cswclassutils] regular use minor always 2009-04-12 14:21 2009-04-21 14:26
Reporter yann View Status public  
Assigned To bonivart
Priority normal Resolution fixed  
Status closed  
Summary 0003632: Service should be disabled synchronously
Description
The -s option should be used when the service is disabled at removal time to make sure it can be unregistered properly.

Currently, the script sleeps one second but the "-s" option should be cleaner and avoid any potential problem.

Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0005957)
yann (developer)
2009-04-12 14:22

/usr/sbin/svcadm disable svc:/$i
  sleep 1

should be replaced with:

  /usr/sbin/svcadm disable -s svc:/$i
(0005989)
bonivart (developer)
2009-04-21 14:25

Will be in 1.6. Thanks.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker