Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37840358
en ru br
ALT Linux repos
S:46-alt2.1
5.0: 46-alt2
4.1: 46-alt2
4.0: 46-alt2
3.0: 46-alt2

Group :: System/Servers
RPM: MigrationTools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: MigrationTools-24-schema.patch
Download


diff -uNr openldap-2.0.6/MigrationTools-24/migrate_protocols.pl openldap-2.0.6/MigrationTools-24.rhschema/migrate_protocols.pl
--- openldap-2.0.6/MigrationTools-24/migrate_protocols.pl	Thu Oct 12 00:50:34 2000
+++ openldap-2.0.6/MigrationTools-24.rhschema/migrate_protocols.pl	Thu Oct 12 00:50:11 2000
@@ -72,6 +72,7 @@
 	foreach $_ (@aliases) {
 		print $HANDLE "cn: $_\n";
 	}
+	print $HANDLE "description: IP protocol $number ($name)\n";
 	print $HANDLE "\n";
 }
 
diff -uNr openldap-2.0.6/MigrationTools-24/migrate_rpc.pl openldap-2.0.6/MigrationTools-24.rhschema/migrate_rpc.pl
--- openldap-2.0.6/MigrationTools-24/migrate_rpc.pl	Thu Oct 12 00:50:34 2000
+++ openldap-2.0.6/MigrationTools-24.rhschema/migrate_rpc.pl	Thu Oct 12 00:50:11 2000
@@ -74,6 +74,7 @@
 	foreach $_ (@aliases) {
 		print $HANDLE "cn: $_\n";
 	}
+	print $HANDLE "description: ONC RPC number $rpcnumber ($rpcname)\n";
 	print $HANDLE "\n";
 }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin