diff options
| -rw-r--r-- | docs/ChangeLog.casper | 7 | ||||
| -rwxr-xr-x | scripts/live-bottom/18hostname | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper index 499113e..66cd12d 100644 --- a/docs/ChangeLog.casper +++ b/docs/ChangeLog.casper @@ -1,5 +1,12 @@ +casper (1.115) hardy; urgency=low + + * Add the user to the groups specified by user-setup-udeb. + + -- Evan Dandrea <evand@ubuntu.com> Thu, 24 Jan 2008 19:08:33 +0000 + casper (1.114) hardy; urgency=low + [ Colin Watson ] * casper-md5check: Close md5_file before exiting. * Disable tracker-applet as well as trackerd, otherwise the former starts the latter. diff --git a/scripts/live-bottom/18hostname b/scripts/live-bottom/18hostname index 1dbb897..446bc23 100755 --- a/scripts/live-bottom/18hostname +++ b/scripts/live-bottom/18hostname @@ -46,4 +46,6 @@ ff02::2 ip6-allrouters ff02::3 ip6-allhosts EOF +hostname "${HOSTNAME}" + log_end_msg |
