diff options
| author | PS <p@0x53.net> | 2026-02-28 17:55:28 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-28 17:55:28 +0100 |
| commit | 8310fba7327cbef8ca176a32d947b34afc2e5fe9 (patch) | |
| tree | 23b3309163897235e45c57a0dd4104cde146199f /src/lib/source/system/tty/getty-0-srv | |
| parent | eaa3cf18e8758df38112ef3ab677c109239d3c79 (diff) | |
| download | goetia-freebsd-8310fba7327cbef8ca176a32d947b34afc2e5fe9.tar.gz goetia-freebsd-8310fba7327cbef8ca176a32d947b34afc2e5fe9.tar.bz2 goetia-freebsd-8310fba7327cbef8ca176a32d947b34afc2e5fe9.zip | |
Add getty 0-7
Diffstat (limited to 'src/lib/source/system/tty/getty-0-srv')
| -rw-r--r-- | src/lib/source/system/tty/getty-0-srv/producer-for | 1 | ||||
| -rwxr-xr-x | src/lib/source/system/tty/getty-0-srv/run | 5 | ||||
| -rw-r--r-- | src/lib/source/system/tty/getty-0-srv/type | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/source/system/tty/getty-0-srv/producer-for b/src/lib/source/system/tty/getty-0-srv/producer-for new file mode 100644 index 0000000..9ebec5f --- /dev/null +++ b/src/lib/source/system/tty/getty-0-srv/producer-for @@ -0,0 +1 @@ +getty-0-log diff --git a/src/lib/source/system/tty/getty-0-srv/run b/src/lib/source/system/tty/getty-0-srv/run new file mode 100755 index 0000000..c016ab3 --- /dev/null +++ b/src/lib/source/system/tty/getty-0-srv/run @@ -0,0 +1,5 @@ +#!@shebangdir@/execlineb -P + +# ISC license. + +getty Pc ttyv0 diff --git a/src/lib/source/system/tty/getty-0-srv/type b/src/lib/source/system/tty/getty-0-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/system/tty/getty-0-srv/type @@ -0,0 +1 @@ +longrun |
