From 3ded42779d940e09a539d535af8b8d1f4b39634f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 21 Feb 2008 14:52:33 -0500 Subject: initial work on "func '*' check" command for diagnosing basic setup problems, still more to do. --- func.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'func.spec') diff --git a/func.spec b/func.spec index 8fb1b43..3ee4e6d 100644 --- a/func.spec +++ b/func.spec @@ -3,7 +3,7 @@ %define is_suse %(test -e /etc/SuSE-release && echo 1 || echo 0) -Summary: Remote config, monitoring, and management api +Summary: Remote management framework Name: func Source1: version Version: %(echo `awk '{ print $1 }' %{SOURCE1}`) @@ -29,7 +29,7 @@ Url: https://hosted.fedoraproject.org/projects/func/ %description -func is a remote api for mangement, configation, and monitoring of systems. +func is a remote api for mangement, configuration, and monitoring of systems. %prep %setup -q -- cgit