Skip to content
Snippets Groups Projects
Commit 07735326 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Adaptation to 66 0.8.0.0

parent 69642193
No related branches found
No related tags found
No related merge requests found
......@@ -33,17 +33,17 @@ install-man1: $(INSTALL_MAN:doc/man/man1/%.1=$(DESTDIR)$(mandir)/man1/%.1)
$(DESTDIR)$(service_directory)/%: service/%
exec $(INSTALL) -D -m 644 $< $@
exec sed -e "s/@BINDIR@/$(subst /,\/,$(bindir))/g" \
-e "s/@SYSCONFDIR@/$(subst /,\/,$(sysconfdir))/g" \
-e "s/@DATAROOTDIR@/$(subst /,\/,$(datarootdir))/g" \
-e "s/@LIVEDIR@/$(subst /,\/,$(livedir))/g" \
-e "s/@SERVICE_DIRECTORY@/$(subst /,\/,$(service_directory))/g" \
-e "s/@SCRIPT_DIRECTORY@/$(subst /,\/,$(script_directory))/g" \
-e "s/@SEED_DIRECTORY@/$(subst /,\/,$(seed_directory))/g" \
-e "s/@SERVICE_CONF_DIRECTORY@/$(subst /,\/,$(adm_conf))/g" \
-e "s/@SKEL_DIRECTORY@/$(subst /,\/,$(skel_directory))/g" \
-e "s/@EXECLINE_SHEBANGPREFIX@/$(subst /,\/,$(shebangdir))/g" \
-e "s/@VERSION@/$(subst /,\/,$(version))/g" $< > $@
exec sed -e "s/%%BINDIR%%/$(subst /,\/,$(bindir))/g" \
-e "s/%%SYSCONFDIR%%/$(subst /,\/,$(sysconfdir))/g" \
-e "s/%%DATAROOTDIR%%/$(subst /,\/,$(datarootdir))/g" \
-e "s/%%LIVEDIR%%/$(subst /,\/,$(livedir))/g" \
-e "s/%%SERVICE_DIRECTORY%%/$(subst /,\/,$(service_directory))/g" \
-e "s/%%SCRIPT_DIRECTORY%%/$(subst /,\/,$(script_directory))/g" \
-e "s/%%SEED_DIRECTORY%%/$(subst /,\/,$(seed_directory))/g" \
-e "s/%%SERVICE_CONF_DIRECTORY%%/$(subst /,\/,$(adm_conf))/g" \
-e "s/%%SKEL_DIRECTORY%%/$(subst /,\/,$(skel_directory))/g" \
-e "s/%%EXECLINE_SHEBANGPREFIX%%/$(subst /,\/,$(shebangdir))/g" \
-e "s/%%VERSION%%/$(subst /,\/,$(version))/g" $< > $@
$(DESTDIR)$(datarootdir)/doc/$(package_doc)/%.html: doc/html/%.html
$(INSTALL) -D -m 644 $< $@ && \
......
......@@ -20,9 +20,9 @@ You can customize paths via flags given to configure. See `./configure --help` f
## Runtime dependencies
- execline version 2.9.4.0 or later: http://skarnet.org/software/execline/
- s6 version 2.12.0.3 or later: http://skarnet.org/software/s6/
- 66 version 0.7.0.0 or later: https://git.obarun.org/Obarun/66/
- 66-tools version 0.1.0.0 or later: https://git.obarun.org/Obarun/66-tools/
- s6-linux-utils version 2.6.2.0 or later: http://skarnet.org/software/s6-linux-utils/
- s6-portable-utils version 2.3.0.3 or later: http://skarnet.org/software/s6-portable-utils/
- execline version 2.9.6.1 or later: http://skarnet.org/software/execline/
- s6 version 2.13.1.0 or later: http://skarnet.org/software/s6/
- 66 version 0.8.0.0 or later: https://git.obarun.org/Obarun/66/
- 66-tools version 0.1.1.0 or later: https://git.obarun.org/Obarun/66-tools/
- s6-linux-utils version 2.6.2.1 or later: http://skarnet.org/software/s6-linux-utils/
- s6-portable-utils version 2.3.0.4 or later: http://skarnet.org/software/s6-portable-utils/
[main]
@type = classic
@version = @VERSION@
@description = "Launch @I"
@user = ( root )
@options = ( !log )
[Main]
Type = classic
Version = %%VERSION%%
Description = "Launch @I"
User = ( root )
Options = ( !log )
[start]
@execute = ( @BINDIR@/execl-cmdline -s { @BINDIR@/agetty ${Args} @I } )
[Start]
Execute = ( %%BINDIR%%/execl-cmdline -s { %%BINDIR%%/agetty ${Args} @I } )
[environment]
[Environment]
Args=!-J 38400
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment