diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-04 18:18:55 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-04 18:18:55 +0200 |
commit | 7154e93b21b0d6dcc578548e203a08b77c21d972 (patch) | |
tree | 67df0f3418f09e61800700805b31a71bebf55538 /selftest | |
parent | 025494b6bd8c266d0df0f23cbb50db048df9697b (diff) | |
download | samba-7154e93b21b0d6dcc578548e203a08b77c21d972.tar.gz samba-7154e93b21b0d6dcc578548e203a08b77c21d972.tar.xz samba-7154e93b21b0d6dcc578548e203a08b77c21d972.zip |
selftest/samba4: Remove references to Samba34.pm, which no longer
exists.
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/target/Samba4.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 1ffb61c7a36..228f6a85d5d 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -440,9 +440,6 @@ Wfz/8alZ5aMezCQzXJyIaJsCLeKABosSwHcpAFmxlQ== EOF } -# -# provision_raw_prepare() is also used by Samba34.pm! -# sub provision_raw_prepare($$$$$$$$$$) { my ($self, $prefix, $server_role, $netbiosname, $netbiosalias, @@ -544,8 +541,6 @@ sub provision_raw_prepare($$$$$$$$$$) } # -# provision_raw_step1() is also used by Samba34.pm! -# # Step1 creates the basic configuration # sub provision_raw_step1($$) @@ -708,8 +703,6 @@ nogroup:x:65534:nobody } # -# provision_raw_step2() is also used by Samba34.pm! -# # Step2 runs the provision script # sub provision_raw_step2($$$) |