[Pkg-ganeti-devel] [ganeti] 25/29: ganeti.postinst: be more verbose about symlink creation

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Fri Mar 7 10:15:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository ganeti.

commit cedefb22586d2d1e0fb5fe0612a20624b1111242
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Fri Mar 7 10:17:24 2014 +0200

    ganeti.postinst: be more verbose about symlink creation
---
 debian/ganeti.postinst.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ganeti.postinst.in b/debian/ganeti.postinst.in
index 78002fc..3b43512 100644
--- a/debian/ganeti.postinst.in
+++ b/debian/ganeti.postinst.in
@@ -60,7 +60,7 @@ case "$1" in
 	if [ "$update_symlinks" = 1 ]; then
 		for target in lib share; do
 			if [ "$(readlink /etc/ganeti/${target})" != "/usr/${target}/ganeti/@VER@" ]; then
-				echo "Updating /etc/ganeti/${target}"
+				echo "Linking /etc/ganeti/${target} to /usr/${target}/ganeti/@VER@"
 				ln -snf /usr/${target}/ganeti/@VER@ /etc/ganeti/${target}
 			fi
 		done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git



More information about the Pkg-ganeti-devel mailing list