Hello community, here is the log from the commit of package yast2-nfs-client for openSUSE:Factory checked in at 2013-06-05 13:26:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-nfs-client (Old) and /work/SRC/openSUSE:Factory/.yast2-nfs-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-nfs-client" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes 2013-01-08 16:46:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes 2013-06-05 13:26:19.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 20 16:06:42 CEST 2013 - [email protected] + +- Testsuites adapted to changes in Service module (bnc#807507) +- 2.24.0 + +------------------------------------------------------------------- Old: ---- yast2-nfs-client-2.21.9.tar.bz2 New: ---- yast2-nfs-client-2.24.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-nfs-client.spec ++++++ --- /var/tmp/diff_new_pack.mX3Vn7/_old 2013-06-05 13:26:19.000000000 +0200 +++ /var/tmp/diff_new_pack.mX3Vn7/_new 2013-06-05 13:26:19.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-nfs-client -Version: 2.21.9 +Version: 2.24.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -27,8 +27,8 @@ BuildRequires: update-desktop-files BuildRequires: yast2-devtools BuildRequires: yast2-testsuite -# SuSEfirewall2_* scripts merged into one service in yast2-2.23.17 -BuildRequires: yast2 >= 2.23.17 +# Don't use Info function to check enable state (bnc#807507) +BuildRequires: yast2 >= 2.23.23 # yast2-nfs-client depends on nfs-utils in term that edits nfs-utils' options. # Support was checked against nfs-utils 1.2.7. # As soon as nfs-utils reaches version 1.2.9 there should be another update. ++++++ yast2-nfs-client-2.21.9.tar.bz2 -> yast2-nfs-client-2.24.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.9/Makefile.am new/yast2-nfs-client-2.24.0/Makefile.am --- old/yast2-nfs-client-2.21.9/Makefile.am 2013-01-07 10:02:36.000000000 +0100 +++ new/yast2-nfs-client-2.24.0/Makefile.am 2013-05-28 14:14:10.000000000 +0200 @@ -158,19 +158,14 @@ TAGVERSION = $(Y2TOOL) tagversion -check-up-to-date check-cvs-up-to-date check-svn-up-to-date: - if [ -d $(srcdir)/CVS ]; then \ - cd $(srcdir) && ! cvs -q -n up 2>/dev/null | grep '^[MCAR] ';\ - else \ - cd $(srcdir) && ! LC_ALL=C svn status --show-updates --quiet | grep -v '^Status against revision' ;\ +# check if there is no modified files and all commits were pushed +check-up-to-date: + if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` -gt 0 ]; then \ + (echo "ERROR: Source is not commited and pushed. See `git status`"; false) \ fi check-tagversion: - @if [ -d $(srcdir)/CVS ]; then \ - cd $(srcdir) && cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\ - else \ - cd $(srcdir) && svn cat `$(TAGVERSION) --echourl`/VERSION; \ - fi >/dev/null; \ + cd $(srcdir) && $(TAGVERSION) --check >/dev/null; \ [ $$? = 0 ] || ( echo "ERROR: Please run 'tagversion' first"; false ) check-parse-old: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.9/Makefile.am.common new/yast2-nfs-client-2.24.0/Makefile.am.common --- old/yast2-nfs-client-2.21.9/Makefile.am.common 2013-01-07 10:02:36.000000000 +0100 +++ new/yast2-nfs-client-2.24.0/Makefile.am.common 2013-05-28 14:14:10.000000000 +0200 @@ -31,7 +31,7 @@ CHECK_SYNTAX = true check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles) - @if test "$(client_DATA)"; then \ + @if test "$(filter %.ycp,client_DATA)"; then \ if $(CHECK_SYNTAX); then \ TO_CHECK="$(filter %.ycp,$^)"; \ echo "Checking syntax of $${TO_CHECK}"; \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.9/Makefile.in new/yast2-nfs-client-2.24.0/Makefile.in --- old/yast2-nfs-client-2.21.9/Makefile.in 2013-01-07 10:02:39.000000000 +0100 +++ new/yast2-nfs-client-2.24.0/Makefile.in 2013-05-28 14:14:15.000000000 +0200 @@ -982,19 +982,14 @@ package: check-up-to-date check-tagversion check-textdomain package-local -check-up-to-date check-cvs-up-to-date check-svn-up-to-date: - if [ -d $(srcdir)/CVS ]; then \ - cd $(srcdir) && ! cvs -q -n up 2>/dev/null | grep '^[MCAR] ';\ - else \ - cd $(srcdir) && ! LC_ALL=C svn status --show-updates --quiet | grep -v '^Status against revision' ;\ +# check if there is no modified files and all commits were pushed +check-up-to-date: + if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` -gt 0 ]; then \ + (echo "ERROR: Source is not commited and pushed. See `git status`"; false) \ fi check-tagversion: - @if [ -d $(srcdir)/CVS ]; then \ - cd $(srcdir) && cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\ - else \ - cd $(srcdir) && svn cat `$(TAGVERSION) --echourl`/VERSION; \ - fi >/dev/null; \ + cd $(srcdir) && $(TAGVERSION) --check >/dev/null; \ [ $$? = 0 ] || ( echo "ERROR: Please run 'tagversion' first"; false ) check-parse-old: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.9/VERSION new/yast2-nfs-client-2.24.0/VERSION --- old/yast2-nfs-client-2.21.9/VERSION 2013-01-03 15:29:04.000000000 +0100 +++ new/yast2-nfs-client-2.24.0/VERSION 2013-05-21 09:46:35.000000000 +0200 @@ -1 +1 @@ -2.21.9 +2.24.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.9/configure new/yast2-nfs-client-2.24.0/configure --- old/yast2-nfs-client-2.21.9/configure 2013-01-07 10:02:38.000000000 +0100 +++ new/yast2-nfs-client-2.24.0/configure 2013-05-28 14:14:14.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for yast2-nfs-client 2.21.9. +# Generated by GNU Autoconf 2.69 for yast2-nfs-client 2.24.0. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -579,8 +579,8 @@ # Identity of this package. PACKAGE_NAME='yast2-nfs-client' PACKAGE_TARNAME='yast2-nfs-client' -PACKAGE_VERSION='2.21.9' -PACKAGE_STRING='yast2-nfs-client 2.21.9' +PACKAGE_VERSION='2.24.0' +PACKAGE_STRING='yast2-nfs-client 2.24.0' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' PACKAGE_URL='' @@ -1249,7 +1249,7 @@ # 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 yast2-nfs-client 2.21.9 to adapt to many kinds of systems. +\`configure' configures yast2-nfs-client 2.24.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1321,7 +1321,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-nfs-client 2.21.9:";; + short | recursive ) echo "Configuration of yast2-nfs-client 2.24.0:";; esac cat <<\_ACEOF @@ -1401,7 +1401,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -yast2-nfs-client configure 2.21.9 +yast2-nfs-client configure 2.24.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1418,7 +1418,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by yast2-nfs-client $as_me 2.21.9, which was +It was created by yast2-nfs-client $as_me 2.24.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2357,7 +2357,7 @@ # Define the identity of the package. PACKAGE='yast2-nfs-client' - VERSION='2.21.9' + VERSION='2.24.0' cat >>confdefs.h <<_ACEOF @@ -2480,7 +2480,7 @@ -VERSION="2.21.9" +VERSION="2.24.0" RPMNAME="yast2-nfs-client" MAINTAINER="Martin Vidner <[email protected]>" @@ -3495,7 +3495,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by yast2-nfs-client $as_me 2.21.9, which was +This file was extended by yast2-nfs-client $as_me 2.24.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3548,7 +3548,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -yast2-nfs-client config.status 2.21.9 +yast2-nfs-client config.status 2.24.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.9/configure.in new/yast2-nfs-client-2.24.0/configure.in --- old/yast2-nfs-client-2.21.9/configure.in 2013-01-07 10:02:36.000000000 +0100 +++ new/yast2-nfs-client-2.24.0/configure.in 2013-05-28 14:14:10.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-nfs-client dnl -dnl -- This file is generated by y2autoconf 2.23.2 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.24.0 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-nfs-client, 2.21.9, http://bugs.opensuse.org/, yast2-nfs-client) +AC_INIT(yast2-nfs-client, 2.24.0, http://bugs.opensuse.org/, yast2-nfs-client) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE(tar-ustar -Wno-portability) dnl Important YaST2 variables -VERSION="2.21.9" +VERSION="2.24.0" RPMNAME="yast2-nfs-client" MAINTAINER="Martin Vidner <[email protected]>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.9/src/Makefile.in new/yast2-nfs-client-2.24.0/src/Makefile.in --- old/yast2-nfs-client-2.21.9/src/Makefile.in 2013-01-07 10:02:39.000000000 +0100 +++ new/yast2-nfs-client-2.24.0/src/Makefile.in 2013-05-28 14:14:15.000000000 +0200 @@ -617,7 +617,7 @@ dist-hook: check-syntax check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles) - @if test "$(client_DATA)"; then \ + @if test "$(filter %.ycp,client_DATA)"; then \ if $(CHECK_SYNTAX); then \ TO_CHECK="$(filter %.ycp,$^)"; \ echo "Checking syntax of $${TO_CHECK}"; \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.9/testsuite/tests/readwrite.out new/yast2-nfs-client-2.24.0/testsuite/tests/readwrite.out --- old/yast2-nfs-client-2.21.9/testsuite/tests/readwrite.out 2013-01-07 09:47:59.000000000 +0100 +++ new/yast2-nfs-client-2.24.0/testsuite/tests/readwrite.out 2013-05-21 09:46:35.000000000 +0200 @@ -12,13 +12,9 @@ Execute .target.mkdir "/b space" true Execute .target.bash "/bin/cp $ORIG $BACKUP" $["BACKUP":"/etc/fstab.YaST2.save", "ORIG":"/etc/fstab"] 0 Write .etc.fstab [$["file":"/", "freq":1, "mntops":"defaults", "passno":2, "spec":"/dev/hda6", "vfstype":"reiserfs"], $["file":"/a\\040space", "freq":1, "mntops":"defaults", "passno":3, "spec":"/dev/hda7", "vfstype":"reiserfs"], $["file":"/home", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/home", "vfstype":"nfs"], $["file":"/var/spool/mail", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/var/spool/mail", "vfstype":"nfs"], $["file":"/b\\040space", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/space\\040dir", "vfstype":"nfs"]] true -Read .init.scripts.runlevel "portmap" $["network":$["start":[], "stop":[]], "networkmanager":$["start":["3", "5"], "stop":["3", "5"]], "nfs":$["start":["3", "5"], "stop":["3", "5"]], "nfsboot":$["start":[], "stop":[]], "portmap":$["start":["3", "5"], "stop":["3", "5"]]] -Read .init.scripts.comment "portmap" $["nfs":$[], "portmap":$[]] -Read .init.scripts.runlevel "nfs" $["network":$["start":[], "stop":[]], "networkmanager":$["start":["3", "5"], "stop":["3", "5"]], "nfs":$["start":["3", "5"], "stop":["3", "5"]], "nfsboot":$["start":[], "stop":[]], "portmap":$["start":["3", "5"], "stop":["3", "5"]]] -Read .init.scripts.comment "nfs" $["nfs":$[], "portmap":$[]] -Read .init.scripts.runlevel "nfsboot" $["network":$["start":[], "stop":[]], "networkmanager":$["start":["3", "5"], "stop":["3", "5"]], "nfs":$["start":["3", "5"], "stop":["3", "5"]], "nfsboot":$["start":[], "stop":[]], "portmap":$["start":["3", "5"], "stop":["3", "5"]]] -Read .init.scripts.comment "nfsboot" $["nfs":$[], "portmap":$[]] -Execute .target.bash_output "/bin/systemctl enable nfsboot.service" $["exit":0, "stderr":"", "stdout":""] +Execute .target.bash "/bin/systemctl is-enabled portmap.service" 0 +Execute .target.bash "/bin/systemctl is-enabled nfs.service" 0 +Execute .target.bash "/bin/systemctl is-enabled nfsboot.service" 0 Write .sysconfig.nfs.NFS4_SUPPORT "yes" true Write .etc.idmapd_conf ["Domain", "localhost"] true Write .sysconfig.nfs.NFS_SECURITY_GSS "yes" true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.9/testsuite/tests/readwrite2.out new/yast2-nfs-client-2.24.0/testsuite/tests/readwrite2.out --- old/yast2-nfs-client-2.21.9/testsuite/tests/readwrite2.out 2013-01-07 09:48:00.000000000 +0100 +++ new/yast2-nfs-client-2.24.0/testsuite/tests/readwrite2.out 2013-05-21 09:46:35.000000000 +0200 @@ -16,13 +16,9 @@ Execute .target.mkdir "/b space" true Execute .target.bash "/bin/cp $ORIG $BACKUP" $["BACKUP":"/etc/fstab.YaST2.save", "ORIG":"/etc/fstab"] 0 Write .etc.fstab [$["file":"/", "freq":1, "mntops":"defaults", "passno":2, "spec":"/dev/hda6", "vfstype":"reiserfs"], $["file":"/a\\040space", "freq":1, "mntops":"defaults", "passno":3, "spec":"/dev/hda7", "vfstype":"reiserfs"], $["file":"/home", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/home", "vfstype":"nfs"], $["file":"/var/spool/mail", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/var/spool/mail", "vfstype":"nfs"], $["file":"/b\\040space", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/space\\040dir", "vfstype":"nfs"]] true -Read .init.scripts.runlevel "portmap" $["nfs":$["start":["3", "5"], "stop":["3", "5"]], "portmap":$["start":["3", "5"], "stop":["3", "5"]]] -Read .init.scripts.comment "portmap" $["nfs":$[], "portmap":$[]] -Read .init.scripts.runlevel "nfs" $["nfs":$["start":["3", "5"], "stop":["3", "5"]], "portmap":$["start":["3", "5"], "stop":["3", "5"]]] -Read .init.scripts.comment "nfs" $["nfs":$[], "portmap":$[]] -Read .init.scripts.runlevel "nfsboot" $["nfs":$["start":["3", "5"], "stop":["3", "5"]], "portmap":$["start":["3", "5"], "stop":["3", "5"]]] -Read .init.scripts.comment "nfsboot" $["nfs":$[], "portmap":$[]] -Execute .target.bash_output "/bin/systemctl enable nfsboot.service" $["exit":0, "stderr":"", "stdout":""] +Execute .target.bash "/bin/systemctl is-enabled portmap.service" 0 +Execute .target.bash "/bin/systemctl is-enabled nfs.service" 0 +Execute .target.bash "/bin/systemctl is-enabled nfsboot.service" 0 Write .sysconfig.nfs.NFS4_SUPPORT "no" true Write .sysconfig.nfs.NFS_SECURITY_GSS "no" true Execute .target.bash_output "/bin/systemctl stop nfs.service" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] @@ -39,7 +35,7 @@ Read .etc.idmapd_conf "Domain" "localhost" Return true Dump -Dump Write - nfs is in use - so, sart services +Dump Write - nfs is in use - so, start services Dump Read .etc.fstab [$["file":"/", "freq":1, "mntops":"defaults", "passno":2, "spec":"/dev/hda6", "vfstype":"reiserfs"], $["file":"/home", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/home", "vfstype":"nfs"], $["file":"/var/spool/mail", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/var/spool/mail", "vfstype":"nfs"], $["file":"/a\\040space", "freq":1, "mntops":"defaults", "passno":3, "spec":"/dev/hda7", "vfstype":"reiserfs"], $["file":"/b\\040space", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/space\\040dir", "vfstype":"nfs"]] Execute .target.mkdir "/home" true @@ -47,15 +43,9 @@ Execute .target.mkdir "/b space" true Execute .target.bash "/bin/cp $ORIG $BACKUP" $["BACKUP":"/etc/fstab.YaST2.save", "ORIG":"/etc/fstab"] 0 Write .etc.fstab [$["file":"/", "freq":1, "mntops":"defaults", "passno":2, "spec":"/dev/hda6", "vfstype":"reiserfs"], $["file":"/a\\040space", "freq":1, "mntops":"defaults", "passno":3, "spec":"/dev/hda7", "vfstype":"reiserfs"], $["file":"/home", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/home", "vfstype":"nfs"], $["file":"/var/spool/mail", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/var/spool/mail", "vfstype":"nfs"], $["file":"/b\\040space", "freq":0, "mntops":"defaults", "passno":0, "spec":"foo.bar.com:/space\\040dir", "vfstype":"nfs"]] true -Read .init.scripts.runlevel "portmap" $["nfs":$["start":[], "stop":[]], "portmap":$["start":[], "stop":[]]] -Read .init.scripts.comment "portmap" $["nfs":$[], "portmap":$[]] -Execute .target.bash_output "/bin/systemctl enable portmap.service" $["exit":0, "stderr":"", "stdout":""] -Read .init.scripts.runlevel "nfs" $["nfs":$["start":[], "stop":[]], "portmap":$["start":[], "stop":[]]] -Read .init.scripts.comment "nfs" $["nfs":$[], "portmap":$[]] -Execute .target.bash_output "/bin/systemctl enable nfs.service" $["exit":0, "stderr":"", "stdout":""] -Read .init.scripts.runlevel "nfsboot" $["nfs":$["start":[], "stop":[]], "portmap":$["start":[], "stop":[]]] -Read .init.scripts.comment "nfsboot" $["nfs":$[], "portmap":$[]] -Execute .target.bash_output "/bin/systemctl enable nfsboot.service" $["exit":0, "stderr":"", "stdout":""] +Execute .target.bash "/bin/systemctl is-enabled portmap.service" 0 +Execute .target.bash "/bin/systemctl is-enabled nfs.service" 0 +Execute .target.bash "/bin/systemctl is-enabled nfsboot.service" 0 Write .sysconfig.nfs.NFS4_SUPPORT "no" true Write .sysconfig.nfs.NFS_SECURITY_GSS "no" true Execute .target.bash_output "/bin/systemctl stop nfs.service" $["TERM":"raw"] $["exit":0, "stderr":"", "stdout":""] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.9/testsuite/tests/readwrite2.ycp new/yast2-nfs-client-2.24.0/testsuite/tests/readwrite2.ycp --- old/yast2-nfs-client-2.21.9/testsuite/tests/readwrite2.ycp 2013-01-03 15:23:57.000000000 +0100 +++ new/yast2-nfs-client-2.24.0/testsuite/tests/readwrite2.ycp 2013-05-21 09:46:35.000000000 +0200 @@ -59,13 +59,6 @@ ], ], ], - /* - // targetpkg: - "targetpkg": $[ - // autofs - "installed": true, - ], - */ // Nis itself: "etc": $[ "fstab": [ @@ -185,7 +178,7 @@ DUMP ("\nRead - nfs is in use & stopped\n"); TEST (``(Nfs::Read ()), [READ3, WRITE, EXECUTE], nil); // fstab unchanged - so, start services - DUMP ("\nWrite - nfs is in use - so, sart services\n"); + DUMP ("\nWrite - nfs is in use - so, start services\n"); TEST (``(Nfs::Write ()), [READ3, WRITE, EXECUTE], nil); // fstab contains no nfs mounts, services are running -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
