fixed bin/whoami's header which had bin/hostname's one

This commit is contained in:
Adrien Cunin 2009-03-08 13:30:13 +01:00
commit 728437887e
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh -e
#
# hostname - report a host's name
# whoami - report current logged in user
# Copyright (C) 2008 Canonical Ltd.
#
# Authors: Dustin Kirkland <kirkland@canonical.com>

1
debian/changelog vendored
View file

@ -3,6 +3,7 @@ screen-profiles (1.34) unreleased; urgency=low
[ Adrien Cunin ]
* Fixed Vcs-Bzr url
* Don't install README as changelog, it's already installed as doc
* Fixed bin/whoami's header which had bin/hostname's one
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 07 Mar 2009 01:12:29 -0600