Searched refs:new (Results 1 - 25 of 45) sorted by relevance
12
/solaris-userland-s11u3/components/apache2/Solaris/ |
H A D | customization.sh | 52 sed -f Solaris/loadmodules.sed ${MODULES_32_CONF} > ${MODULES_32_CONF}.new 53 mv ${MODULES_32_CONF}.new ${MODULES_32_CONF} 58 sed -f Solaris/loadmodules.sed ${MODULES_64_CONF} > ${MODULES_64_CONF}.new 59 mv ${MODULES_64_CONF}.new ${MODULES_64_CONF} 64 sed -e '/LoadModule.*'${i}'.so/ d' ${MODULES_32_CONF} > ${MODULES_32_CONF}.new 65 mv ${MODULES_32_CONF}.new ${MODULES_32_CONF} 66 sed -e '/LoadModule.*'${i}'.so/ d' ${MODULES_64_CONF} > ${MODULES_64_CONF}.new 67 mv ${MODULES_64_CONF}.new ${MODULES_64_CONF} 80 ' ${APACHECTL64} > ${APACHECTL64}.new && mv ${APACHECTL64}.new [all...] |
/solaris-userland-s11u3/components/openstack/common/files/ |
H A D | openstack_common.py | 33 """ create backups of each configuration file which also has a .new file 40 for new_file in glob.glob('*.new'): 42 old_file = new_file.replace('.new', '') 52 """ look for deprecated variables and, if found, convert it to the new 109 addition, look for deprecated section/keys and convert them to the new 113 new_file = old_file + '.new' 119 # open the new version 120 new = iniparse.ConfigParser() 122 new.readfp(open(new_file)) 125 # The upgrade did not deliver a .new fil [all...] |
/solaris-userland-s11u3/components/apache24/Solaris/ |
H A D | customization.sh | 46 -e '/\/configure/s,/.*/,.\/,' < ${i} > ${i}.new 47 mv ${i}.new ${i}
|
/solaris-userland-s11u3/components/texinfo/ |
H A D | svc-texinfo-update | 57 rm -f ${dir_file}.new 60 install-info --dir-file=${dir_file}.new \ 69 if [[ -f ${dir_file}.new ]] ; then 70 # new dir file created, replace the original one 71 mv -f ${dir_file}.new ${dir_file}
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/ip_interface/ |
H A D | solaris.rb | 35 new(:name => ifname,
|
/solaris-userland-s11u3/components/openstack/nova/files/ |
H A D | nova-upgrade | 149 # look for any .new files 150 if glob.glob('/etc/nova/*.new'): 162 # values are set, manually set database.connection in the new conf 164 if os.path.exists('/etc/nova/nova.conf.new'): 170 # open the new version 171 new = iniparse.ConfigParser() 172 new.readfp(open('/etc/nova/nova.conf.new')) 194 new.set('database', 'connection', 197 with open('/etc/nova/nova.conf.new', ' [all...] |
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/etherstub/ |
H A D | solaris.rb | 36 new(:name => link, :ensure => :present)
|
/solaris-userland-s11u3/components/tcl/tcl/ |
H A D | Makefile | 74 $(PROTOUSRLIBDIR)/tclConfig.sh.new 75 $(MV) $(PROTOUSRLIBDIR)/tclConfig.sh.new $(PROTOUSRLIBDIR)/tclConfig.sh
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/type/ |
H A D | dns.rb | 70 ip = IPAddr.new(value) 137 ip = IPAddr.new(value)
|
H A D | nis.rb | 78 ip = IPAddr.new(value)
|
/solaris-userland-s11u3/components/tcl/tk/ |
H A D | Makefile | 73 $(PROTOUSRLIBDIR)/tkConfig.sh.new 74 $(MV) $(PROTOUSRLIBDIR)/tkConfig.sh.new $(PROTOUSRLIBDIR)/tkConfig.sh
|
/solaris-userland-s11u3/components/wireshark/ |
H A D | Makefile | 78 config.status > config.status.new; \ 79 mv config.status.new config.status; \
|
/solaris-userland-s11u3/components/zsh/ |
H A D | Makefile | 67 config.status > config.status.new; \ 68 mv config.status.new config.status; \
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/dns/ |
H A D | solaris.rb | 44 return Array new(props)
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/ip_tunnel/ |
H A D | solaris.rb | 36 new(:name => link,
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/nsswitch/ |
H A D | solaris.rb | 44 return Array new(props)
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/pkg_facet/ |
H A D | solaris.rb | 35 new(:name => name,
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/pkg_mediator/ |
H A D | solaris.rb | 43 new(:name => name,
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/pkg_variant/ |
H A D | solaris.rb | 35 new(:name => name,
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/solaris_vlan/ |
H A D | solaris.rb | 36 new(:name => link,
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/vni_interface/ |
H A D | solaris.rb | 38 vnis << new(:name => ifname, :ensure => :present)
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/vnic/ |
H A D | solaris.rb | 36 new(:name => link,
|
/solaris-userland-s11u3/tools/ |
H A D | sunw-history-package | 26 # that maps between the old (pre build-133) and new ips package names. 73 Usage: $program (--package (new-ips-name)) ...
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/address_object/ |
H A D | solaris.rb | 59 new(:name => addrobj,
|
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/address_properties/ |
H A D | solaris.rb | 52 addresses << new(:name => key,
|
Completed in 56 milliseconds
12