From 68f79ce202f9970973766b721c1396023b5b07ee Mon Sep 17 00:00:00 2001 From: Imran Zaman Date: Thu, 5 Feb 2015 19:45:43 +0200 Subject: [PATCH] Fixed gum-utils documentation Change-Id: Ibd36e8d518ce3f5f547d1caadbb1397c6eff4629 Signed-off-by: Imran Zaman --- configure | 20 ++++++++++---------- configure.ac | 2 +- dists/debian/changelog | 6 ++++++ dists/rpm/gum-suse.spec | 5 ++++- dists/rpm/tizen/packaging/gumd.changes | 3 +++ dists/rpm/tizen/packaging/gumd.spec | 3 ++- docs/html/gumd-utils.html | 2 +- docs/html/index.html | 2 +- docs/utils.xml | 2 +- src/utils/gumd-utils.c | 6 +++--- 10 files changed, 32 insertions(+), 19 deletions(-) diff --git a/configure b/configure index febb5ea..47502a1 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gumd 1.0.5. +# Generated by GNU Autoconf 2.69 for gumd 1.0.6. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='gumd' PACKAGE_TARNAME='gumd' -PACKAGE_VERSION='1.0.5' -PACKAGE_STRING='gumd 1.0.5' +PACKAGE_VERSION='1.0.6' +PACKAGE_STRING='gumd 1.0.6' PACKAGE_BUGREPORT='' PACKAGE_URL='https://github.com/01org/gumd' @@ -1405,7 +1405,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gumd 1.0.5 to adapt to many kinds of systems. +\`configure' configures gumd 1.0.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1475,7 +1475,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gumd 1.0.5:";; + short | recursive ) echo "Configuration of gumd 1.0.6:";; esac cat <<\_ACEOF @@ -1634,7 +1634,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gumd configure 1.0.5 +gumd configure 1.0.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1999,7 +1999,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gumd $as_me 1.0.5, which was +It was created by gumd $as_me 1.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2867,7 +2867,7 @@ fi # Define the identity of the package. PACKAGE='gumd' - VERSION='1.0.5' + VERSION='1.0.6' cat >>confdefs.h <<_ACEOF @@ -13932,7 +13932,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gumd $as_me 1.0.5, which was +This file was extended by gumd $as_me 1.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13999,7 +13999,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gumd config.status 1.0.5 +gumd config.status 1.0.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 7b8691a..fdf99fe 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([gumd], [1.0.5],[],[],[https://github.com/01org/gumd]) +AC_INIT([gumd], [1.0.6],[],[],[https://github.com/01org/gumd]) AC_CONFIG_SRCDIR([src/daemon/main.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/dists/debian/changelog b/dists/debian/changelog index 6eab0b9..47acd31 100644 --- a/dists/debian/changelog +++ b/dists/debian/changelog @@ -1,3 +1,9 @@ +gumd (1.0.6-0) unstable; urgency=low + + * Fixed gum-utils documentation + + -- Imran Zaman Thu, 05 Feb 2015 18:00:00 +0300 + gumd (1.0.5-0) unstable; urgency=low * Added APIs for fetching users based on the type diff --git a/dists/rpm/gum-suse.spec b/dists/rpm/gum-suse.spec index 1fba2dc..c76e5a5 100644 --- a/dists/rpm/gum-suse.spec +++ b/dists/rpm/gum-suse.spec @@ -7,7 +7,7 @@ Name: gumd Summary: User management daemon and client library -Version: 1.0.5 +Version: 1.0.6 Release: 0 Group: System/Daemons License: LGPL-2.1+ @@ -150,6 +150,9 @@ mkdir -p %{_sysconfdir}/%{name}/groupdel.d %changelog +* Thu Feb 05 2015 Imran Zaman +- Fixed gum-utils documentation + * Wed Jan 28 2015 Imran Zaman - Added APIs for fetching users based on the type diff --git a/dists/rpm/tizen/packaging/gumd.changes b/dists/rpm/tizen/packaging/gumd.changes index dde1134..f6801a6 100644 --- a/dists/rpm/tizen/packaging/gumd.changes +++ b/dists/rpm/tizen/packaging/gumd.changes @@ -1,3 +1,6 @@ +* Thu Feb 05 2015 Imran Zaman +- Fixed gum-utils documentation + * Wed Jan 28 2015 Imran Zaman - Added APIs for fetching users based on the type diff --git a/dists/rpm/tizen/packaging/gumd.spec b/dists/rpm/tizen/packaging/gumd.spec index bd09729..6371349 100644 --- a/dists/rpm/tizen/packaging/gumd.spec +++ b/dists/rpm/tizen/packaging/gumd.spec @@ -6,7 +6,7 @@ Name: gumd Summary: User management daemon and client library -Version: 1.0.5 +Version: 1.0.6 Release: 0 Group: Security/Accounts License: LGPL-2.1+ @@ -29,6 +29,7 @@ BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gmodule-2.0) +Requires: tizen-platform-config %description diff --git a/docs/html/gumd-utils.html b/docs/html/gumd-utils.html index 9d2af39..9b18fb0 100644 --- a/docs/html/gumd-utils.html +++ b/docs/html/gumd-utils.html @@ -55,7 +55,7 @@                     mandatory-args are:
                        --username=<username> OR --nickname=<nickname>
                        --usertype=<usertype>
-                         possible usertypes are: system(1), admin(2), guest(3), normal(4).
+                         possible usertype can be system or admin or guest or normal.
                    optional-args are:
                        --usecret=<secret>
                        --realname=<realname>
diff --git a/docs/html/index.html b/docs/html/index.html index 1762ba3..76735e2 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -15,7 +15,7 @@

This document discusses the details of user management - daemon (gumd) and client library (libgum) with version 1.0.5 + daemon (gumd) and client library (libgum) with version 1.0.6 .

diff --git a/docs/utils.xml b/docs/utils.xml index 4a093a1..084f6d3 100644 --- a/docs/utils.xml +++ b/docs/utils.xml @@ -41,7 +41,7 @@ mandatory-args are: --username=<username> OR --nickname=<nickname> --usertype=<usertype> - possible usertypes are: system(1), admin(2), guest(3), normal(4). + possible usertype can be system or admin or guest or normal. optional-args are: --usecret=<secret> --realname=<realname> diff --git a/src/utils/gumd-utils.c b/src/utils/gumd-utils.c index f54f913..576af1b 100644 --- a/src/utils/gumd-utils.c +++ b/src/utils/gumd-utils.c @@ -653,8 +653,8 @@ main (int argc, char *argv[]) GOptionEntry user_serv_entries[] = { - { "user_types", 0, 0, G_OPTION_ARG_STRING, &user_types, - "valid user_type can be system or admin or guest or normal." + { "usertypes", 0, 0, G_OPTION_ARG_STRING, &user_types, + "valid usertypes can be system or admin or guest or normal." "Multiple user types can be specified as comma separated " "values e.g. normal,system", "type"}, @@ -665,7 +665,7 @@ main (int argc, char *argv[]) { { "username", 0, 0, G_OPTION_ARG_STRING, &user->user_name, "user name", "name"}, - { "user_type", 0, 0, G_OPTION_ARG_STRING, &user->user_type, + { "usertype", 0, 0, G_OPTION_ARG_STRING, &user->user_type, "valid user_type can be system or admin or guest or normal.", "type"}, { "uid", 0, 0, G_OPTION_ARG_INT, &user->uid, "user id", "uid"}, -- 2.7.4