Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-21 | dh-smf (6) unstable; urgency=mediumHEADdyson/6master | Igor Pashev | 2 | -6/+11 | |
* Fixed code for skipping milestones. | |||||
2014-12-21 | dh-smf (5) unstable; urgency=mediumdyson/5 | Igor Pashev | 2 | -39/+52 | |
* Support multiple services in a single manifest (after CUPS) | |||||
2014-06-10 | dh-smf (4) unstable; urgency=mediumdyson/4 | Igor Pashev | 1 | -0/+7 | |
* Fixed postrm-smf-delete: svccfg delete -f cannot work with multiple FMRIs | |||||
2014-06-10 | /usr/sbin/svccfg delete -f cannot work with multiple FMRIs | Igor Pashev | 1 | -2/+4 | |
2013-11-02 | dh-smf (3) unstable; urgency=lowdyson/3 | Igor Pashev | 2 | -1/+7 | |
* Fixed typo: VERSION->VERBOSE | |||||
2013-07-19 | Cleaned smf.pm | Igor Pashev | 1 | -3/+2 | |
2013-07-19 | Delete the manifests hash entry on package removal | Igor Pashev | 3 | -2/+11 | |
2013-07-18 | Need debhelper (>= 9.20130509+dyson1) | Igor Pashev | 1 | -1/+1 | |
2013-07-18 | check whether lib/svc/manifest exists | Igor Pashev | 1 | -8/+11 | |
2013-07-18 | Cleanup | Igor Pashev | 2 | -13/+3 | |
2013-07-18 | Add smf to dh sequence | Igor Pashev | 2 | -0/+12 | |
2013-07-18 | Can handle services on install/upgrade/remove | Igor Pashev | 6 | -7/+69 | |
2013-07-18 | There could be no manifests | Igor Pashev | 1 | -1/+5 | |
2013-07-18 | postinst-smf-start is for "stop" and "restart" | Igor Pashev | 1 | -3/+1 | |
2013-07-18 | Keep it simple | Igor Pashev | 1 | -1/+2 | |
2013-07-15 | Do not set SVCCFG_REPOSITORY! | Igor Pashev | 1 | -2/+4 | |
2013-07-15 | Ignore milestones and dummy services | Igor Pashev | 1 | -0/+7 | |
2013-07-15 | Use service duration for an instance | Igor Pashev | 1 | -1/+3 | |
2013-07-15 | Fixed semantics | Igor Pashev | 1 | -5/+8 | |
2013-07-15 | Removed unused options | Igor Pashev | 1 | -8/+1 | |
2013-07-15 | Set upgrade policy in SMF manifests | Igor Pashev | 1 | -20/+27 | |
Manifests will specify how to deal with a service on package upgrades: stop - stop before removal old package, start after installing new one restart - restart after upgrade (e. i. do not stop) refresh - only refresh (e. g. for ssh) none - do nothing This is only applicable to daemons, e. i. not for 'transient' services. | |||||
2013-07-14 | Use single svccfg exec, make it verbose | Igor Pashev | 1 | -8/+3 | |
2013-07-14 | Renamed postinst-smf to postinst-smf-import | Igor Pashev | 2 | -1/+1 | |
2013-07-14 | Use verbose copy only on demand | Igor Pashev | 1 | -1/+2 | |
2013-07-14 | Read instances | Igor Pashev | 1 | -0/+15 | |
2013-07-14 | Read default service properties | Igor Pashev | 1 | -0/+17 | |
2013-07-14 | Postinst: import manifests | Igor Pashev | 3 | -0/+15 | |
2013-07-14 | Parse installed manifests | Igor Pashev | 1 | -2/+24 | |
2013-07-14 | Install debian/pkg.smf/* | Igor Pashev | 1 | -9/+66 | |
2013-07-13 | Typo & refs | Igor Pashev | 1 | -2/+2 | |
2013-07-13 | Added debian/ | Igor Pashev | 8 | -0/+53 | |
2013-07-12 | Dummy dh_smf | Igor Pashev | 1 | -0/+112 | |