summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/debian/getty-tty5/run2
-rwxr-xr-xetc/debian/getty-tty5/run.utmpset3
-rwxr-xr-xetc/freebsd/getty-ttyv4/run2
-rwxr-xr-xetc/openbsd/getty-ttyC4/run2
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