[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] branch master updated (2f204c9 -> 24d2936)
From: |
Ludovic Courtès |
Subject: |
[shepherd] branch master updated (2f204c9 -> 24d2936) |
Date: |
Mon, 11 Jan 2016 23:14:16 +0000 |
civodul pushed a change to branch master
in repository shepherd.
from 2f204c9 service: 'status' always returns an sexp; 'deco'
interprets it.
new e67dae8 License headers refer to "the GNU Shepherd".
new b4fe533 build: Change package name to "GNU Shepherd".
new 8bedbba Rename modules to (shepherd ...).
new c958bf7 Rename 'dmd' command to 'shepherd'.
new 24d2936 doc: Rename.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 98 +++++++-------
configure.ac | 6 +-
examples/_unknown.scm | 8 +-
examples/wolfgangj.scm | 8 +-
modules/deco.scm | 16 +-
modules/halt.scm | 14 +-
modules/reboot.scm | 14 +-
modules/{dmd.scm => shepherd.scm} | 28 ++--
modules/{dmd => shepherd}/args.scm | 14 +-
modules/{dmd => shepherd}/comm.scm | 12 +-
modules/{dmd => shepherd}/config.scm.in | 2 +-
modules/{dmd => shepherd}/runlevel.scm | 14 +-
modules/{dmd => shepherd}/service.scm | 18 ++--
modules/{dmd => shepherd}/support.scm | 14 +-
modules/{dmd => shepherd}/system.scm.in | 10 +-
dmd.in => shepherd.in | 2 +-
dmd.texi => shepherd.texi | 227 ++++++++++++++++---------------
tests/basic.sh | 14 +-
tests/no-home.sh | 16 +-
tests/respawn.sh | 14 +-
tests/sigint.sh | 14 +-
tests/status-sexp.sh | 18 ++--
utils/dmd-gettext.scm | 8 +-
utils/sysvconfig.scm | 8 +-
24 files changed, 300 insertions(+), 297 deletions(-)
rename modules/{dmd.scm => shepherd.scm} (94%)
rename modules/{dmd => shepherd}/args.scm (96%)
rename modules/{dmd => shepherd}/comm.scm (94%)
rename modules/{dmd => shepherd}/config.scm.in (94%)
rename modules/{dmd => shepherd}/runlevel.scm (94%)
rename modules/{dmd => shepherd}/service.scm (98%)
rename modules/{dmd => shepherd}/support.scm (96%)
rename modules/{dmd => shepherd}/system.scm.in (92%)
rename dmd.in => shepherd.in (77%)
rename dmd.texi => shepherd.texi (88%)
- [shepherd] branch master updated (2f204c9 -> 24d2936),
Ludovic Courtès <=
- [shepherd] 02/05: build: Change package name to "GNU Shepherd"., Ludovic Courtès, 2016/01/11
- [shepherd] 04/05: Rename 'dmd' command to 'shepherd'., Ludovic Courtès, 2016/01/11
- [shepherd] 03/05: Rename modules to (shepherd ...)., Ludovic Courtès, 2016/01/11
- [shepherd] 01/05: License headers refer to "the GNU Shepherd"., Ludovic Courtès, 2016/01/11
- [shepherd] 05/05: doc: Rename., Ludovic Courtès, 2016/01/11