commit ff427e65c3737322eee3eca97680b577ce4eae68
parent 319437f89d817da89985e99cb81e96bb64f22ad0
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Tue, 26 Jul 2022 16:30:06 +0200
issue-gen
Diffstat:
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/s6-rc.aat b/s6-rc.aat
@@ -138,7 +138,7 @@ CN #!/command/execlineb -P
printf "%s" ${SERVICE_PID}
}
unexport SERVICE_PID
- foreground { getty-gen }
+ foreground { /command/issue-gen }
env LOGIN_TTY=/dev/tty{{tty}} /sbin/getty 38400 tty{{tty}} linux
m755
diff --git a/s6-rc.fileset b/s6-rc.fileset
@@ -267,7 +267,7 @@ CN #!/command/execlineb -P
printf "%s" ${SERVICE_PID}
}
unexport SERVICE_PID
- foreground { getty-gen }
+ foreground { /command/issue-gen }
env LOGIN_TTY=/dev/tty1 /sbin/getty 38400 tty1 linux
m755
@@ -285,7 +285,7 @@ CN #!/command/execlineb -P
printf "%s" ${SERVICE_PID}
}
unexport SERVICE_PID
- foreground { getty-gen }
+ foreground { /command/issue-gen }
env LOGIN_TTY=/dev/tty2 /sbin/getty 38400 tty2 linux
m755
@@ -303,7 +303,7 @@ CN #!/command/execlineb -P
printf "%s" ${SERVICE_PID}
}
unexport SERVICE_PID
- foreground { getty-gen }
+ foreground { /command/issue-gen }
env LOGIN_TTY=/dev/tty3 /sbin/getty 38400 tty3 linux
m755
@@ -321,7 +321,7 @@ CN #!/command/execlineb -P
printf "%s" ${SERVICE_PID}
}
unexport SERVICE_PID
- foreground { getty-gen }
+ foreground { /command/issue-gen }
env LOGIN_TTY=/dev/tty4 /sbin/getty 38400 tty4 linux
m755
@@ -339,7 +339,7 @@ CN #!/command/execlineb -P
printf "%s" ${SERVICE_PID}
}
unexport SERVICE_PID
- foreground { getty-gen }
+ foreground { /command/issue-gen }
env LOGIN_TTY=/dev/tty5 /sbin/getty 38400 tty5 linux
m755
@@ -357,7 +357,7 @@ CN #!/command/execlineb -P
printf "%s" ${SERVICE_PID}
}
unexport SERVICE_PID
- foreground { getty-gen }
+ foreground { /command/issue-gen }
env LOGIN_TTY=/dev/tty6 /sbin/getty 38400 tty6 linux
m755
@@ -375,7 +375,7 @@ CN #!/command/execlineb -P
printf "%s" ${SERVICE_PID}
}
unexport SERVICE_PID
- foreground { getty-gen }
+ foreground { /command/issue-gen }
env LOGIN_TTY=/dev/tty7 /sbin/getty 38400 tty7 linux
m755
@@ -393,7 +393,7 @@ CN #!/command/execlineb -P
printf "%s" ${SERVICE_PID}
}
unexport SERVICE_PID
- foreground { getty-gen }
+ foreground { /command/issue-gen }
env LOGIN_TTY=/dev/tty8 /sbin/getty 38400 tty8 linux
m755