diff options
author | Gerrit Pape <pape@smarden.org> | 2002-08-28 18:55:45 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-08-28 18:55:45 +0000 |
commit | 98b12e0815f296fec5ea15a8c4354d2a066013e4 (patch) | |
tree | 8c162f126885609bbe20e66261e65f68db6804f2 /etc | |
parent | cf62ba0128a8c40914556fda22167099f1c94705 (diff) | |
download | runit-98b12e0815f296fec5ea15a8c4354d2a066013e4.tar.gz runit-98b12e0815f296fec5ea15a8c4354d2a066013e4.tar.xz runit-98b12e0815f296fec5ea15a8c4354d2a066013e4.zip |
utmpset in /command. registration requested.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/debian/getty-tty5/run | 2 | ||||
-rwxr-xr-x | etc/debian/getty-tty5/run.utmpset | 3 | ||||
-rwxr-xr-x | etc/freebsd/getty-ttyv4/run | 2 | ||||
-rwxr-xr-x | etc/openbsd/getty-ttyC4/run | 2 |
4 files changed, 3 insertions, 6 deletions
diff --git a/etc/debian/getty-tty5/run b/etc/debian/getty-tty5/run index db2e558..4abe2d3 100755 --- a/etc/debian/getty-tty5/run +++ b/etc/debian/getty-tty5/run @@ -1,3 +1,3 @@ #!/bin/sh -/package/admin/runit/command/utmpset -w tty5 +/command/utmpset -w tty5 exec /sbin/getty 38400 tty5 linux diff --git a/etc/debian/getty-tty5/run.utmpset b/etc/debian/getty-tty5/run.utmpset deleted file mode 100755 index db2e558..0000000 --- a/etc/debian/getty-tty5/run.utmpset +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -/package/admin/runit/command/utmpset -w tty5 -exec /sbin/getty 38400 tty5 linux diff --git a/etc/freebsd/getty-ttyv4/run b/etc/freebsd/getty-ttyv4/run index 6df5b17..c82bf33 100755 --- a/etc/freebsd/getty-ttyv4/run +++ b/etc/freebsd/getty-ttyv4/run @@ -1,3 +1,3 @@ #!/bin/sh -/package/admin/runit/command/utmpset -w ttyv4 +/command/utmpset -w ttyv4 exec /usr/libexec/getty Pc ttyv4 diff --git a/etc/openbsd/getty-ttyC4/run b/etc/openbsd/getty-ttyC4/run index 66f4677..6acb0b3 100755 --- a/etc/openbsd/getty-ttyC4/run +++ b/etc/openbsd/getty-ttyC4/run @@ -1,3 +1,3 @@ #!/bin/sh -/package/admin/runit/command/utmpset -w ttyC4 +/command/utmpset -w ttyC4 exec /usr/libexec/getty Pc ttyC4 |