Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/dev/syscons/daemon/daemon_saver.c 193066 2009-05-29 21:27:12Z jamie $
---
> * $FreeBSD: head/sys/dev/syscons/daemon/daemon_saver.c 194118 2009-06-13 15:39:12Z jamie $
356c356
< messagelen = strlen(prison0.pr_host) + 3 + strlen(ostype) + 1 +
---
> messagelen = strlen(prison0.pr_hostname) + 3 + strlen(ostype) + 1 +
359c359
< sprintf(message, "%s - %s %s", prison0.pr_host, ostype, osrelease);
---
> sprintf(message, "%s - %s %s", prison0.pr_hostname, ostype, osrelease);