Kaydet (Commit) d30cd03a authored tarafından Oliver Bolte's avatar Oliver Bolte

#i80979# fix the breakage for URE package

üst ad898d8a
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: servicesfile.pm,v $ # $RCSfile: servicesfile.pm,v $
# #
# $Revision: 1.24 $ # $Revision: 1.25 $
# #
# last change: $Author: ihi $ $Date: 2007-08-20 15:26:43 $ # last change: $Author: obo $ $Date: 2007-08-24 12:58:14 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -912,8 +912,8 @@ sub create_services_rdb ...@@ -912,8 +912,8 @@ sub create_services_rdb
# my $servicesname = "services.rdb"; # my $servicesname = "services.rdb";
my $servicesname = $registryfile->{'Name'}; # not unique! my $servicesname = $registryfile->{'Name'}; # not unique!
my $servicesgid = $registryfile->{'gid'}; # unique my $servicesgid = $registryfile->{'gid'}; # unique
# my $uniquedirname = $servicesgid . "_rdb"; my $uniquedirname = $servicesgid . "_rdb";
my $uniquedirname = $servicesgid; # my $uniquedirname = $servicesgid;
installer::logger::include_header_into_logfile("Creating $servicesname ($servicesgid):"); installer::logger::include_header_into_logfile("Creating $servicesname ($servicesgid):");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment