Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tty
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
66-service
Arch
tty
Compare revisions
69642193be3447c682dec329d469cf5e0c5786f8 to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
66-service/arch/tty
Select target project
No results found
master
Select Git revision
Branches
master
Tags
0.7.0
0.8.0
Swap
Target
ProwlerGr/66-service-tty
Select target project
66-service/arch/tty
ProwlerGr/66-service-tty
2 results
69642193be3447c682dec329d469cf5e0c5786f8
Select Git revision
Branches
master
Tags
0.7.0
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Adaptation to 66 0.8.0.0
· 07735326
Eric Vidal
authored
5 months ago
07735326
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+11
-11
11 additions, 11 deletions
Makefile
README.md
+6
-6
6 additions, 6 deletions
README.md
service/tty@
+9
-9
9 additions, 9 deletions
service/tty@
with
26 additions
and
26 deletions
Makefile
View file @
07735326
...
...
@@ -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
$<
$@
&&
\
...
...
This diff is collapsed.
Click to expand it.
README.md
View file @
07735326
...
...
@@ -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.1
2.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.1
3.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/
This diff is collapsed.
Click to expand it.
service/tty@
View file @
07735326
[
m
ain]
@t
ype = classic
@v
ersion =
@
VERSION
@
@d
escription = "Launch @I"
@u
ser = ( root )
@o
ptions = ( !log )
[
M
ain]
T
ype = classic
V
ersion =
%%
VERSION
%%
D
escription = "Launch @I"
U
ser = ( root )
O
ptions = ( !log )
[
s
tart]
@e
xecute = (
@
BINDIR
@
/execl-cmdline -s {
@
BINDIR
@
/agetty ${Args} @I } )
[
S
tart]
E
xecute = (
%%
BINDIR
%%
/execl-cmdline -s {
%%
BINDIR
%%
/agetty ${Args} @I } )
[
e
nvironment]
[
E
nvironment]
Args=!-J 38400
This diff is collapsed.
Click to expand it.