1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Index: hurd-debian/config/ttys
===================================================================
--- hurd-debian.orig/config/ttys
+++ hurd-debian/config/ttys
@@ -4,11 +4,11 @@
# name program type status comments
-console "/libexec/getty 9600" mach-gnu-color on secure trusted console
-tty1 "/libexec/getty 38400" hurd on secure trusted console
-tty2 "/libexec/getty 38400" hurd on secure trusted console
-tty3 "/libexec/getty 38400" hurd on secure trusted console
-tty4 "/libexec/getty 38400" hurd on secure trusted console
-tty5 "/libexec/getty 38400" hurd on secure trusted console
-tty6 "/libexec/getty 38400" hurd on secure trusted console
-#com0 "/libexec/getty 9600" dialup on secure
+console "/sbin/getty 9600" mach-gnu-color on secure trusted console
+tty1 "/sbin/getty 38400" hurd on secure trusted console
+tty2 "/sbin/getty 38400" hurd on secure trusted console
+tty3 "/sbin/getty 38400" hurd on secure trusted console
+tty4 "/sbin/getty 38400" hurd on secure trusted console
+tty5 "/sbin/getty 38400" hurd on secure trusted console
+tty6 "/sbin/getty 38400" hurd on secure trusted console
+#com0 "/sbin/getty 9600" dialup on secure
Index: hurd-debian/doc/hurd.texi
===================================================================
--- hurd-debian.orig/doc/hurd.texi
+++ hurd-debian/doc/hurd.texi
@@ -569,7 +569,7 @@ The @option{--multiboot-command-line} op
it is a root filesystem, which triggers it to run @command{/hurd/startup} as PID
2. @command{/hurd/startup} starts the @command{/hurd/proc} and
@command{/hurd/auth} servers. After the servers are launched
-@command{/hurd/startup} starts the @command{/libexec/runsystem.sh} script to
+@command{/hurd/startup} starts the @command{/etc/hurd/runsystem.sh} script to
finish booting.
After the Hurd has been booted, other sets of core Hurd servers can be
|