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

« back to all changes in this revision

Viewing changes to Network/Hosts.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:
29
29
 
30
30
  &Utils::Report::enter ();
31
31
  &Utils::Report::do_report ("network_hostname_set", $hostname);
32
 
  &Utils::File::run ("hostname $hostname");
 
32
  &Utils::File::run ("hostname", $hostname);
33
33
  &Utils::Report::leave ();
34
34
}
35
35
 
45
45
    "mandrake-9.0"    => "redhat-6.2",
46
46
    "yoper-2.2"       => "redhat-6.2",
47
47
    "conectiva-9"     => "redhat-6.2", 
48
 
    "debian-3.0"      => "debian-2.2",
49
 
    "ubuntu-7.04"     => "debian-2.2",
50
48
    "suse-9.0"        => "suse-9.0",
51
49
    "pld-1.0"         => "redhat-6.2",
52
50
    "vine-3.0"        => "redhat-6.2",
95
93
                   ]
96
94
     },
97
95
 
98
 
     "debian-2.2" =>
 
96
     "debian" =>
99
97
     {
100
98
       fn =>
101
99
       {
215
213
                   ]
216
214
     },
217
215
 
218
 
     "debian-2.2" =>
 
216
     "debian" =>
219
217
     {
220
218
       fn =>
221
219
       {