]> git.pld-linux.org Git - packages/MigrationTools.git/blob - MigrationTools-schema.patch
- rel 8
[packages/MigrationTools.git] / MigrationTools-schema.patch
1 Supply dummy descriptions which, due to typos, are required.
2
3 diff -uNr MigrationTools/migrate_protocols.pl MigrationTools/migrate_protocols.pl
4 --- MigrationTools/migrate_protocols.pl Thu Oct 12 00:50:34 2000
5 +++ MigrationTools/migrate_protocols.pl Thu Oct 12 00:50:11 2000
6 @@ -72,6 +72,7 @@
7         foreach $_ (@aliases) {
8                 print $HANDLE "cn: $_\n";
9         }
10 +       print $HANDLE "description: IP protocol $number ($name)\n";
11         print $HANDLE "\n";
12  }
13  
14 diff -uNr MigrationTools/migrate_rpc.pl MigrationTools/migrate_rpc.pl
15 --- MigrationTools/migrate_rpc.pl       Thu Oct 12 00:50:34 2000
16 +++ MigrationTools/migrate_rpc.pl       Thu Oct 12 00:50:11 2000
17 @@ -74,6 +74,7 @@
18         foreach $_ (@aliases) {
19                 print $HANDLE "cn: $_\n";
20         }
21 +       print $HANDLE "description: ONC RPC number $rpcnumber ($rpcname)\n";
22         print $HANDLE "\n";
23  }
24  
25 --- MigrationTools/migrate_common.ph    2002-07-09 23:59:22.000000000 -0400
26 +++ MigrationTools/migrate_common.ph    2003-05-02 16:58:19.000000000 -0400
27 @@ -83,7 +83,7 @@
28  ##### CUT HERE #####
29  # where /etc/mail/ldapdomains contains names of ldap_routed
30  # domains (similiar to MASQUERADE_DOMAIN_FILE).
31 -$DEFAULT_MAIL_HOST = "mail.padl.com";
32 +# $DEFAULT_MAIL_HOST = "mail.padl.com";
33  
34  # turn this on to support more general object clases
35  # such as person.
36 @@ -120,10 +120,10 @@
37  }
38  
39  # Default Kerberos realm
40 -if ($EXTENDED_SCHEMA) {
41 -       $DEFAULT_REALM = $DEFAULT_MAIL_DOMAIN;
42 -       $DEFAULT_REALM =~ tr/a-z/A-Z/;
43 -}
44 +#if ($EXTENDED_SCHEMA) {
45 +#      $DEFAULT_REALM = $DEFAULT_MAIL_DOMAIN;
46 +#      $DEFAULT_REALM =~ tr/a-z/A-Z/;
47 +#}
48  
49  if (-x "/usr/sbin/revnetgroup") {
50         $REVNETGROUP = "/usr/sbin/revnetgroup";
This page took 0.050543 seconds and 3 git commands to generate.