~ubuntu-branches/ubuntu/karmic/system-tools-backends/karmic-proposed

« back to all changes in this revision

Viewing changes to Shares/NFS.pm

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2009-10-08 11:42:26 UTC
  • mfrom: (1.1.28 upstream) (1.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091008114226-zp9fxn7h4ky0qai0
Tags: 2.8.2-1
* New upstream release.
  - debian/patches/01_debian_4.0.patch,
  - debian/patches/04_correct_perl_command.patch:
    + Removed, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
374
374
 
375
375
  if ($Utils::Backend::tool{"system"} eq "SunOS")
376
376
  {
377
 
    &Utils::File::run ("unshareall -F nfs");
378
 
    &Utils::File::run ("shareall -F nfs");
 
377
    &Utils::File::run ("unshareall", "-F", "nfs");
 
378
    &Utils::File::run ("shareall", "-F", "nfs");
379
379
  }
380
380
}
381
381