From: Michael Prokop Date: Fri, 30 Dec 2016 23:17:49 +0000 (+0100) Subject: grml-hostname: no longer rely on /etc/init.d/hostname.sh X-Git-Tag: v2.7.0~2 X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=commitdiff_plain;h=8dccac94ef19a538ecd4de3ddb71f613d453f7e1;hp=746c45644ba203bfd6e34a9311104cc3475630d6 grml-hostname: no longer rely on /etc/init.d/hostname.sh /etc/init.d/hostname.sh was shipped with the initscripts, but it doesn't necessarily exist anymore nowadays. So instead directly invoke `hostname` as the init script does as well. --- diff --git a/usr_sbin/grml-hostname b/usr_sbin/grml-hostname index b7a6eab..ade8631 100755 --- a/usr_sbin/grml-hostname +++ b/usr_sbin/grml-hostname @@ -75,7 +75,7 @@ Configuration of myhostname in /etc/postfix/main.cf has been adjusted as well. D /etc/init.d/avahi-daemon restart fi - /etc/init.d/hostname.sh + hostname "$NEW_HOSTNAME" if [ -z "$NONINTERACTIVE" ] ; then dialog --stdout --title "${PN}" --msgbox "Setting hostname to $NEW_HOSTNAME was successful.$POSTFIX" 0 0