diff options
Diffstat (limited to 'etc/freebsd/getty-ttyv4/run')
-rwxr-xr-x | etc/freebsd/getty-ttyv4/run | 2 |
1 files changed, 1 insertions, 1 deletions
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 |