summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2017-11-17 21:58:39 -0400
committerJoey Hess2017-11-17 21:58:53 -0400
commit6dae019be9ebed76f282ec3cb258df7bf5891320 (patch)
tree78925c38ea5c687ef50714e699e0aac8499efc99 /debian
parent8afed0bae31d5f04b96764cdd6a636ef9b57dd52 (diff)
Service: Avoid starting services when noServices is used.
Reconsidered making services never run inside chroots, that seemed too potentially limiting. Using Info rather than checking policy-rc.d because it will also work outside of debian, but more because policy-rc.d has an extremely complicated interface and I didn't want to deal with it. This commit was sponsored by Jochen Bartl on Patreon.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 78115eb3..f7bc48c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,13 @@
-propellor (4.9.1) UNRELEASED; urgency=medium
+propellor (5.0.0) UNRELEASED; urgency=medium
* Debootstrap.built now supports bootstrapping chroots for foreign
OS's, using qemu-user-static.
* Machine: New module collecting machine-specific properties for
building bootable images for ARM boards.
Tested working boards: Olimex Lime, CubieTruck, Banana Pi, SheevaPlug.
- * Service: Changed to use invoke-rc.d rather than the service command for
- starting services. This notably means that in chroots, services will
- not be started.
+ * Chroot.noServices moved to Service.noServices and its type changed.
+ (API change)
+ * Service: Avoid starting services when noServices is used.
* Add Typeable instance to OriginUrl, fixing build with old versions
of ghc.
* Added Propellor.Property.impossible