Author: guillem Date: 2007-02-28 00:47:01 +0100 (Wed, 28 Feb 2007) New Revision: 653
Modified: trunk/ChangeLog trunk/scripts/update-alternatives.pl Log: * scripts/update-alternatives.pl (usage): Use '$altdir' instead of hardcoding its value. Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2007-02-27 22:59:16 UTC (rev 652) +++ trunk/ChangeLog 2007-02-27 23:47:01 UTC (rev 653) @@ -1,3 +1,8 @@ +2007-02-28 Guillem Jover <[EMAIL PROTECTED]> + + * scripts/update-alternatives.pl (usage): Use '$altdir' instead of + hardcoding its value. + 2007-02-28 Colin Watson <[EMAIL PROTECTED]> * scripts/dpkg-gencontrol.pl: Add missing parenthesis in regular Modified: trunk/scripts/update-alternatives.pl =================================================================== --- trunk/scripts/update-alternatives.pl 2007-02-27 22:59:16 UTC (rev 652) +++ trunk/scripts/update-alternatives.pl 2007-02-27 23:47:01 UTC (rev 653) @@ -91,7 +91,7 @@ --set <name> <path> set <path> as alternative for <name>. --all call --config on all alternatives. -<link> is the symlink pointing to /etc/alternatives/<name>. +<link> is the symlink pointing to %s/<name>. (e.g. /usr/bin/pager) <name> is the master name for this link group. (e.g. pager) @@ -108,7 +108,7 @@ --quiet quiet operation, minimal output. --help show this help message. --version show the version. -"), $0; +"), $0, $altdir; } sub quit -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]