diff -Nru mountall-1.0/config.h mountall-1.1/config.h --- mountall-1.0/config.h 2009-10-25 23:45:41.000000000 +0000 +++ mountall-1.1/config.h 2010-01-09 12:14:40.000000000 +0000 @@ -218,7 +218,7 @@ #define HAVE_UNSIGNED_LONG_LONG_INT 1 /* Define to 1 if you have the header file. */ -#define HAVE_VALGRIND_VALGRIND_H 1 +/* #undef HAVE_VALGRIND_VALGRIND_H */ /* Define to 1 or 0, depending whether the compiler supports simple visibility declarations. */ diff -Nru mountall-1.0/config.log mountall-1.1/config.log --- mountall-1.0/config.log 2009-10-26 09:08:13.000000000 +0000 +++ mountall-1.1/config.log 2010-01-09 12:14:43.000000000 +0000 @@ -10,11 +10,11 @@ ## Platform. ## ## --------- ## -hostname = wing-commander +hostname = kantele uname -m = i686 -uname -r = 2.6.31-14-generic +uname -r = 2.6.32-020632-generic uname -s = Linux -uname -v = #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 +uname -v = #020632 SMP Thu Dec 3 10:58:45 UTC 2009 /usr/bin/uname -p = unknown /bin/uname -X = unknown @@ -27,15 +27,11 @@ /usr/bin/oslevel = unknown /bin/universe = unknown -PATH: /home/scott/bin -PATH: /home/scott/bin -PATH: /usr/local/sbin -PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin -PATH: /usr/games +PATH: /usr/bin/X11 ## ----------- ## @@ -277,10 +273,8 @@ configure:4195: checking for a thread-safe mkdir -p configure:4234: result: /bin/mkdir -p configure:4247: checking for gawk -configure:4277: result: no -configure:4247: checking for mawk -configure:4263: found /usr/bin/mawk -configure:4274: result: mawk +configure:4263: found /usr/bin/gawk +configure:4274: result: gawk configure:4285: checking whether make sets $(MAKE) configure:4307: result: yes configure:4337: checking for style of include used by make @@ -563,8 +557,8 @@ conftest.c: In function 'main': conftest.c:47: warning: null argument where non-null required (argument 1) conftest.c:48: warning: null argument where non-null required (argument 1) -/tmp/cc67MkWg.o: In function `main': -/home/scott/work/mountall/mountall/conftest.c:48: undefined reference to `pthread_mutexattr_init' +/tmp/ccWFnhlg.o: In function `main': +/tmp/mountall/conftest.c:48: undefined reference to `pthread_mutexattr_init' collect2: ld returned 1 exit status configure:12259: $? = 1 configure: failed program was: @@ -821,10 +815,7 @@ configure:13726: $? = 0 configure:13735: result: yes configure:13747: checking for bison -configure:13763: found /usr/bin/bison -configure:13774: result: bison -configure:13788: checking version of bison -configure:13797: result: 2.4.1, ok +configure:13777: result: no configure:13805: checking for long long int configure:13828: gcc -o conftest -Wall -g -fstack-protector -fPIE -Os -Wl,-z,relro -Wl,-z,now -pie -Wl,-O1 conftest.c >&5 configure:13828: $? = 0 @@ -1550,25 +1541,262 @@ configure:16437: result: yes configure:16681: checking valgrind/valgrind.h usability configure:16681: gcc -c -Wall -g -fstack-protector -fPIE -Os conftest.c >&5 -configure:16681: $? = 0 -configure:16681: result: yes +conftest.c:133:31: error: valgrind/valgrind.h: No such file or directory +configure:16681: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "mountall" +| #define PACKAGE_TARNAME "mountall" +| #define PACKAGE_VERSION "1.0" +| #define PACKAGE_STRING "mountall 1.0" +| #define PACKAGE_BUGREPORT "ubuntu-devel@lists.ubuntu.com" +| #define PACKAGE_URL "" +| #define PACKAGE_COPYRIGHT "Copyright (C) 2009 Canonical Ltd." +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define PACKAGE "mountall" +| #define VERSION "1.0" +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| #define HAVE_VISIBILITY 1 +| #define HAVE_STDINT_H_WITH_UINTMAX 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_ALLOCA 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_GETPAGESIZE 1 +| #define HAVE_MMAP 1 +| #define INTDIV0_RAISES_SIGFPE 1 +| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 +| #define HAVE_UNSIGNED_LONG_LONG_INT 1 +| #define HAVE_UNSIGNED_LONG_LONG 1 +| #define HAVE_UINTMAX_T 1 +| #define HAVE_INTTYPES_H 1 +| #define USE_POSIX_THREADS 1 +| #define USE_POSIX_THREADS_WEAK 1 +| #define HAVE_PTHREAD_RWLOCK 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_BUILTIN_EXPECT 1 +| #define HAVE_ARGZ_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_SYS_PARAM_H 1 +| #define HAVE_GETCWD 1 +| #define HAVE_GETEGID 1 +| #define HAVE_GETEUID 1 +| #define HAVE_GETGID 1 +| #define HAVE_GETUID 1 +| #define HAVE_MEMPCPY 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_STPCPY 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_STRDUP 1 +| #define HAVE_STRTOUL 1 +| #define HAVE_TSEARCH 1 +| #define HAVE_ARGZ_COUNT 1 +| #define HAVE_ARGZ_STRINGIFY 1 +| #define HAVE_ARGZ_NEXT 1 +| #define HAVE___FSETLOCKING 1 +| #define HAVE_DECL_FEOF_UNLOCKED 1 +| #define HAVE_DECL_FGETS_UNLOCKED 1 +| #define HAVE_ICONV 1 +| #define ICONV_CONST +| #define HAVE_NL_LOCALE_NAME 1 +| #define HAVE_LONG_LONG_INT 1 +| #define HAVE_LONG_DOUBLE 1 +| #define HAVE_WCHAR_T 1 +| #define HAVE_WINT_T 1 +| #define HAVE_INTMAX_T 1 +| #define HAVE_POSIX_PRINTF 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_ASPRINTF 1 +| #define HAVE_FWPRINTF 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_SETLOCALE 1 +| #define HAVE_SNPRINTF 1 +| #define HAVE_WCSLEN 1 +| #define HAVE_DECL__SNPRINTF 0 +| #define HAVE_DECL__SNWPRINTF 0 +| #define HAVE_DECL_GETC_UNLOCKED 1 +| #define HAVE_LANGINFO_CODESET 1 +| #define HAVE_LC_MESSAGES 1 +| #define ENABLE_NLS 1 +| #define HAVE_GETTEXT 1 +| #define HAVE_DCGETTEXT 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:16681: result: no configure:16681: checking valgrind/valgrind.h presence configure:16681: gcc -E conftest.c -configure:16681: $? = 0 -configure:16681: result: yes +conftest.c:100:31: error: valgrind/valgrind.h: No such file or directory +configure:16681: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "mountall" +| #define PACKAGE_TARNAME "mountall" +| #define PACKAGE_VERSION "1.0" +| #define PACKAGE_STRING "mountall 1.0" +| #define PACKAGE_BUGREPORT "ubuntu-devel@lists.ubuntu.com" +| #define PACKAGE_URL "" +| #define PACKAGE_COPYRIGHT "Copyright (C) 2009 Canonical Ltd." +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define __EXTENSIONS__ 1 +| #define _ALL_SOURCE 1 +| #define _GNU_SOURCE 1 +| #define _POSIX_PTHREAD_SEMANTICS 1 +| #define _TANDEM_SOURCE 1 +| #define PACKAGE "mountall" +| #define VERSION "1.0" +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| #define HAVE_VISIBILITY 1 +| #define HAVE_STDINT_H_WITH_UINTMAX 1 +| #define HAVE_ALLOCA_H 1 +| #define HAVE_ALLOCA 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_GETPAGESIZE 1 +| #define HAVE_MMAP 1 +| #define INTDIV0_RAISES_SIGFPE 1 +| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 +| #define HAVE_UNSIGNED_LONG_LONG_INT 1 +| #define HAVE_UNSIGNED_LONG_LONG 1 +| #define HAVE_UINTMAX_T 1 +| #define HAVE_INTTYPES_H 1 +| #define USE_POSIX_THREADS 1 +| #define USE_POSIX_THREADS_WEAK 1 +| #define HAVE_PTHREAD_RWLOCK 1 +| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 +| #define HAVE_BUILTIN_EXPECT 1 +| #define HAVE_ARGZ_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_SYS_PARAM_H 1 +| #define HAVE_GETCWD 1 +| #define HAVE_GETEGID 1 +| #define HAVE_GETEUID 1 +| #define HAVE_GETGID 1 +| #define HAVE_GETUID 1 +| #define HAVE_MEMPCPY 1 +| #define HAVE_MUNMAP 1 +| #define HAVE_STPCPY 1 +| #define HAVE_STRCASECMP 1 +| #define HAVE_STRDUP 1 +| #define HAVE_STRTOUL 1 +| #define HAVE_TSEARCH 1 +| #define HAVE_ARGZ_COUNT 1 +| #define HAVE_ARGZ_STRINGIFY 1 +| #define HAVE_ARGZ_NEXT 1 +| #define HAVE___FSETLOCKING 1 +| #define HAVE_DECL_FEOF_UNLOCKED 1 +| #define HAVE_DECL_FGETS_UNLOCKED 1 +| #define HAVE_ICONV 1 +| #define ICONV_CONST +| #define HAVE_NL_LOCALE_NAME 1 +| #define HAVE_LONG_LONG_INT 1 +| #define HAVE_LONG_DOUBLE 1 +| #define HAVE_WCHAR_T 1 +| #define HAVE_WINT_T 1 +| #define HAVE_INTMAX_T 1 +| #define HAVE_POSIX_PRINTF 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_STDDEF_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_ASPRINTF 1 +| #define HAVE_FWPRINTF 1 +| #define HAVE_PUTENV 1 +| #define HAVE_SETENV 1 +| #define HAVE_SETLOCALE 1 +| #define HAVE_SNPRINTF 1 +| #define HAVE_WCSLEN 1 +| #define HAVE_DECL__SNPRINTF 0 +| #define HAVE_DECL__SNWPRINTF 0 +| #define HAVE_DECL_GETC_UNLOCKED 1 +| #define HAVE_LANGINFO_CODESET 1 +| #define HAVE_LC_MESSAGES 1 +| #define ENABLE_NLS 1 +| #define HAVE_GETTEXT 1 +| #define HAVE_DCGETTEXT 1 +| /* end confdefs.h. */ +| #include +configure:16681: result: no configure:16681: checking for valgrind/valgrind.h -configure:16681: result: yes +configure:16681: result: no configure:16693: checking for gcc option to accept ISO C99 configure:16842: gcc -c -Wall -g -fstack-protector -fPIE -Os conftest.c >&5 -conftest.c:151: error: expected ';', ',' or ')' before 'text' +conftest.c:150: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': -conftest.c:203: warning: implicit declaration of function 'test_restrict' -conftest.c:205: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' -conftest.c:205: error: 'newvar' undeclared (first use in this function) -conftest.c:205: error: (Each undeclared identifier is reported only once -conftest.c:205: error: for each function it appears in.) -conftest.c:215: error: 'for' loop initial declarations are only allowed in C99 mode -conftest.c:215: note: use option -std=c99 or -std=gnu99 to compile your code +conftest.c:202: warning: implicit declaration of function 'test_restrict' +conftest.c:204: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' +conftest.c:204: error: 'newvar' undeclared (first use in this function) +conftest.c:204: error: (Each undeclared identifier is reported only once +conftest.c:204: error: for each function it appears in.) +conftest.c:214: error: 'for' loop initial declarations are only allowed in C99 mode +conftest.c:214: note: use option -std=c99 or -std=gnu99 to compile your code configure:16842: $? = 1 configure: failed program was: | /* confdefs.h */ @@ -1669,7 +1897,6 @@ | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 -| #define HAVE_VALGRIND_VALGRIND_H 1 | /* end confdefs.h. */ | #include | #include @@ -1818,9 +2045,9 @@ configure:17089: result: no configure:17095: checking for _FILE_OFFSET_BITS value needed for large files configure:17120: gcc -std=gnu99 -c -Wall -g -fstack-protector -fPIE -Os conftest.c >&5 -conftest.c:108: warning: left shift count >= width of type -conftest.c:108: warning: left shift count >= width of type -conftest.c:110: error: size of array 'off_t_is_large' is negative +conftest.c:107: warning: left shift count >= width of type +conftest.c:107: warning: left shift count >= width of type +conftest.c:109: error: size of array 'off_t_is_large' is negative configure:17120: $? = 1 configure: failed program was: | /* confdefs.h */ @@ -1921,7 +2148,6 @@ | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 -| #define HAVE_VALGRIND_VALGRIND_H 1 | #define __thread /**/ | /* end confdefs.h. */ | #include @@ -1964,24 +2190,23 @@ CONFIG_COMMANDS = $ ./config.status -on wing-commander +on kantele -config.status:1212: creating Makefile -config.status:1212: creating m4/Makefile -config.status:1212: creating intl/Makefile -config.status:1212: creating nih/Makefile -config.status:1212: creating nih-dbus/Makefile -config.status:1212: creating nih-dbus-tool/Makefile -config.status:1212: creating dbus/Makefile -config.status:1212: creating src/Makefile -config.status:1212: creating conf/Makefile -config.status:1212: creating man/Makefile -config.status:1212: creating po/Makefile.in -config.status:1212: creating config.h -config.status:1384: config.h is unchanged -config.status:1432: executing depfiles commands -config.status:1432: executing libtool commands -config.status:1432: executing po-directories commands +config.status:1211: creating Makefile +config.status:1211: creating m4/Makefile +config.status:1211: creating intl/Makefile +config.status:1211: creating nih/Makefile +config.status:1211: creating nih-dbus/Makefile +config.status:1211: creating nih-dbus-tool/Makefile +config.status:1211: creating dbus/Makefile +config.status:1211: creating src/Makefile +config.status:1211: creating conf/Makefile +config.status:1211: creating man/Makefile +config.status:1211: creating po/Makefile.in +config.status:1211: creating config.h +config.status:1431: executing depfiles commands +config.status:1431: executing libtool commands +config.status:1431: executing po-directories commands ## ---------------- ## ## Cache variables. ## @@ -2070,7 +2295,7 @@ ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes -ac_cv_header_valgrind_valgrind_h=yes +ac_cv_header_valgrind_valgrind_h=no ac_cv_host=i486-pc-linux-gnu ac_cv_lib_expat_XML_ParserCreate=yes ac_cv_lib_expat_XML_StopParser=yes @@ -2087,9 +2312,8 @@ ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir -ac_cv_prog_AWK=mawk +ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' -ac_cv_prog_INTLBISON=bison ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_OBJDUMP=objdump @@ -2174,17 +2398,17 @@ ## Output variables. ## ## ----------------- ## -ACLOCAL='${SHELL} /home/scott/work/mountall/mountall/missing --run aclocal-1.11' +ACLOCAL='${SHELL} /tmp/mountall/missing --run aclocal-1.11' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' -AMTAR='${SHELL} /home/scott/work/mountall/mountall/missing --run tar' +AMTAR='${SHELL} /tmp/mountall/missing --run tar' AR='ar' -AUTOCONF='${SHELL} /home/scott/work/mountall/mountall/missing --run autoconf' -AUTOHEADER='${SHELL} /home/scott/work/mountall/mountall/missing --run autoheader' -AUTOMAKE='${SHELL} /home/scott/work/mountall/mountall/missing --run automake-1.11' -AWK='mawk' +AUTOCONF='${SHELL} /tmp/mountall/missing --run autoconf' +AUTOHEADER='${SHELL} /tmp/mountall/missing --run autoheader' +AUTOMAKE='${SHELL} /tmp/mountall/missing --run automake-1.11' +AWK='gawk' BUILD_INCLUDED_LIBINTL='no' CATOBJEXT='.gmo' CC='gcc -std=gnu99' @@ -2230,7 +2454,7 @@ INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTOBJEXT='.mo' -INTLBISON='bison' +INTLBISON=':' INTLLIBS='' INTLOBJS='' INTL_LIBTOOL_SUFFIX_PREFIX='' @@ -2253,7 +2477,7 @@ LTLIBOBJS='' LTLIBPTH='' LTLIBTHREAD='' -MAKEINFO='${SHELL} /home/scott/work/mountall/mountall/missing --run makeinfo' +MAKEINFO='${SHELL} /tmp/mountall/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' @@ -2322,7 +2546,7 @@ htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' -install_sh='${SHELL} /home/scott/work/mountall/mountall/install-sh' +install_sh='${SHELL} /tmp/mountall/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' @@ -2442,7 +2666,6 @@ #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 -#define HAVE_VALGRIND_VALGRIND_H 1 #define __thread /**/ #define _FILE_OFFSET_BITS 64 diff -Nru mountall-1.0/config.status mountall-1.1/config.status --- mountall-1.0/config.status 2009-10-26 09:08:11.000000000 +0000 +++ mountall-1.1/config.status 2010-01-09 12:14:38.000000000 +0000 @@ -446,11 +446,11 @@ This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." -ac_pwd='/home/scott/work/mountall/mountall' +ac_pwd='/tmp/mountall' srcdir='.' INSTALL='/usr/bin/install -c' MKDIR_P='/bin/mkdir -p' -AWK='mawk' +AWK='gawk' test -n "$AWK" || AWK=awk # The default lists apply if the user does not specify any file. ac_need_defaults=: @@ -663,8 +663,8 @@ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' finish_eval='' hardcode_into_libs='yes' -sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.4.1 /usr/lib /lib /usr/lib/i486-linux-gnu' -sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib ' +sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.4.1 /usr/lib /lib' +sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/evolution/2.28/components /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib ' hardcode_action='immediate' enable_dlopen='unknown' enable_dlopen_self='unknown' @@ -853,7 +853,7 @@ S["HAVE_POSIX_PRINTF"]="1" S["INTL_MACOSX_LIBS"]="" S["GLIBC21"]="yes" -S["INTLBISON"]="bison" +S["INTLBISON"]=":" S["LTLIBICONV"]="" S["LIBICONV"]="" S["LTLIBMULTITHREAD"]="-lpthread" @@ -911,20 +911,20 @@ S["DEPDIR"]=".deps" S["am__untar"]="${AMTAR} xf -" S["am__tar"]="${AMTAR} chof - \"$$tardir\"" -S["AMTAR"]="${SHELL} /home/scott/work/mountall/mountall/missing --run tar" +S["AMTAR"]="${SHELL} /tmp/mountall/missing --run tar" S["am__leading_dot"]="." S["SET_MAKE"]="" -S["AWK"]="mawk" +S["AWK"]="gawk" S["mkdir_p"]="/bin/mkdir -p" S["MKDIR_P"]="/bin/mkdir -p" S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" S["STRIP"]="strip" -S["install_sh"]="${SHELL} /home/scott/work/mountall/mountall/install-sh" -S["MAKEINFO"]="${SHELL} /home/scott/work/mountall/mountall/missing --run makeinfo" -S["AUTOHEADER"]="${SHELL} /home/scott/work/mountall/mountall/missing --run autoheader" -S["AUTOMAKE"]="${SHELL} /home/scott/work/mountall/mountall/missing --run automake-1.11" -S["AUTOCONF"]="${SHELL} /home/scott/work/mountall/mountall/missing --run autoconf" -S["ACLOCAL"]="${SHELL} /home/scott/work/mountall/mountall/missing --run aclocal-1.11" +S["install_sh"]="${SHELL} /tmp/mountall/install-sh" +S["MAKEINFO"]="${SHELL} /tmp/mountall/missing --run makeinfo" +S["AUTOHEADER"]="${SHELL} /tmp/mountall/missing --run autoheader" +S["AUTOMAKE"]="${SHELL} /tmp/mountall/missing --run automake-1.11" +S["AUTOCONF"]="${SHELL} /tmp/mountall/missing --run autoconf" +S["ACLOCAL"]="${SHELL} /tmp/mountall/missing --run aclocal-1.11" S["VERSION"]="1.0" S["PACKAGE"]="mountall" S["CYGPATH_W"]="echo" @@ -1119,7 +1119,6 @@ D["ENABLE_NLS"]=" 1" D["HAVE_GETTEXT"]=" 1" D["HAVE_DCGETTEXT"]=" 1" -D["HAVE_VALGRIND_VALGRIND_H"]=" 1" D["__thread"]=" /**/" D["_FILE_OFFSET_BITS"]=" 64" for (key in D) D_is_set[key] = 1 diff -Nru mountall-1.0/debian/changelog mountall-1.1/debian/changelog --- mountall-1.0/debian/changelog 2009-10-26 09:30:44.000000000 +0000 +++ mountall-1.1/debian/changelog 2010-01-09 12:12:33.000000000 +0000 @@ -1,3 +1,9 @@ +mountall (1.1) karmic; urgency=low + + * Mark remote filesystems as ready after SIGUSR1. LP: #470776 + + -- Dan Sheridan Sat, 09 Jan 2010 12:11:33 +0000 + mountall (1.0) karmic; urgency=low [ Kees Cook ] diff -Nru mountall-1.0/libtool mountall-1.1/libtool --- mountall-1.0/libtool 2009-10-26 09:08:13.000000000 +0000 +++ mountall-1.1/libtool 2010-01-09 12:14:42.000000000 +0000 @@ -2,7 +2,7 @@ # libtool - Provide generalized library-building support services. # Generated automatically by config.status (mountall) 1.0 -# Libtool was configured on host wing-commander: +# Libtool was configured on host kantele: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, @@ -234,10 +234,10 @@ hardcode_into_libs=yes # Compile-time system search path for libraries. -sys_lib_search_path_spec="/usr/lib/gcc/i486-linux-gnu/4.4.1 /usr/lib /lib /usr/lib/i486-linux-gnu" +sys_lib_search_path_spec="/usr/lib/gcc/i486-linux-gnu/4.4.1 /usr/lib /lib" # Run-time system search path for libraries. -sys_lib_dlsearch_path_spec="/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib " +sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/evolution/2.28/components /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib " # Whether dlopen is supported. dlopen_support=unknown diff -Nru mountall-1.0/Makefile mountall-1.1/Makefile --- mountall-1.0/Makefile 2009-10-26 09:08:11.000000000 +0000 +++ mountall-1.1/Makefile 2010-01-09 12:14:39.000000000 +0000 @@ -122,14 +122,14 @@ GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print -ACLOCAL = ${SHELL} /home/scott/work/mountall/mountall/missing --run aclocal-1.11 +ACLOCAL = ${SHELL} /tmp/mountall/missing --run aclocal-1.11 ALLOCA = -AMTAR = ${SHELL} /home/scott/work/mountall/mountall/missing --run tar +AMTAR = ${SHELL} /tmp/mountall/missing --run tar AR = ar -AUTOCONF = ${SHELL} /home/scott/work/mountall/mountall/missing --run autoconf -AUTOHEADER = ${SHELL} /home/scott/work/mountall/mountall/missing --run autoheader -AUTOMAKE = ${SHELL} /home/scott/work/mountall/mountall/missing --run automake-1.11 -AWK = mawk +AUTOCONF = ${SHELL} /tmp/mountall/missing --run autoconf +AUTOHEADER = ${SHELL} /tmp/mountall/missing --run autoheader +AUTOMAKE = ${SHELL} /tmp/mountall/missing --run automake-1.11 +AWK = gawk BUILD_INCLUDED_LIBINTL = no CATOBJEXT = .gmo CC = gcc -std=gnu99 @@ -170,7 +170,7 @@ INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s INSTOBJEXT = .mo -INTLBISON = bison +INTLBISON = : INTLLIBS = INTLOBJS = INTL_LIBTOOL_SUFFIX_PREFIX = @@ -193,7 +193,7 @@ LTLIBOBJS = LTLIBPTH = LTLIBTHREAD = -MAKEINFO = ${SHELL} /home/scott/work/mountall/mountall/missing --run makeinfo +MAKEINFO = ${SHELL} /tmp/mountall/missing --run makeinfo MKDIR_P = /bin/mkdir -p MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt @@ -231,10 +231,10 @@ WOE32DLL = no XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext -abs_builddir = /home/scott/work/mountall/mountall -abs_srcdir = /home/scott/work/mountall/mountall -abs_top_builddir = /home/scott/work/mountall/mountall -abs_top_srcdir = /home/scott/work/mountall/mountall +abs_builddir = /tmp/mountall +abs_srcdir = /tmp/mountall +abs_top_builddir = /tmp/mountall +abs_top_srcdir = /tmp/mountall ac_ct_CC = gcc ac_ct_DUMPBIN = am__include = include @@ -262,7 +262,7 @@ htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/scott/work/mountall/mountall/install-sh +install_sh = ${SHELL} /tmp/mountall/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale diff -Nru mountall-1.0/src/mountall.c mountall-1.1/src/mountall.c --- mountall-1.0/src/mountall.c 2009-10-26 09:07:26.000000000 +0000 +++ mountall-1.1/src/mountall.c 2010-01-09 12:21:48.000000000 +0000 @@ -3713,6 +3713,13 @@ if (is_remote (mnt) && ((! mnt->mounted) || needs_remount (mnt))) + mnt->ready = TRUE; + } + NIH_LIST_FOREACH (mounts, iter) { + Mount *mnt = (Mount *)iter; + + if (is_remote (mnt) + && ((! mnt->mounted) || needs_remount (mnt))) try_mount (mnt, TRUE); } }