Changeset 38 for trunk/dsys
- Timestamp:
- May 22, 2006, 8:22:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dsys/funcINSTALL
r27 r38 62 62 echo " <client>" 63 63 echo " <client_host>${host}</client_host>" 64 echo " <client_group>${hostgroup}</client_group>" 64 65 echo " <client_os_machine>${arch}</client_os_machine>" 65 66 echo " <client_install_status>${install_entry}</client_install_status>" … … 172 173 if test "x$?" = "x1" 173 174 then 175 # 176 # Write the full entry when client_os_machine is found 177 # 174 178 case "$line" in 175 179 *\<client_os_machine\>*\</client_os_machine\>) 180 echo " <client_group>${hostgroup}</client_group>" >>"${tmpF}" 176 181 echo " <client_os_machine>${arch}</client_os_machine>" >>"${tmpF}" 177 182 echo " <client_install_status>${install_entry}</client_install_status>" >>"${tmpF}" … … 182 187 ;; 183 188 189 *\<client_group\>*\</client_group\>) 190 : 191 ;; 192 184 193 *\<client_install_status\>*\</client_install_status\>) 185 # echo " <client_install_status>${install_entry}</client_install_status>" >>"${tmpF}"186 194 : 187 195 ;; 188 196 189 197 *\<client_install_date\>*\</client_install_date\>) 190 # echo " <client_install_date>${IDATE}</client_install_date>" >>"${tmpF}"191 198 : 192 199 ;; 193 200 194 201 *\<client_install_name\>*\</client_install_name\>) 195 # echo " <client_install_name>${SH_NAME}</client_install_name>" >>"${tmpF}"196 202 : 197 203 ;; 198 204 199 205 *\<client_install_prefix\>*\</client_install_prefix\>) 200 # echo " <client_install_prefix>${SH_PREFIX}</client_install_prefix>" >>"${tmpF}"201 206 : 202 207 ;; 203 208 204 209 *\<client_install_version\>*\</client_install_version\>) 205 # echo " <client_install_version>${src_version}.${realformat}</client_install_version>" >>"${tmpF}"206 210 : 207 211 ;; … … 247 251 printINFO "Write ${DATABASE} from scratch" 248 252 echo '<?xml version="1.0" encoding="ISO-8859-1"?>' >"${tmpF}" 249 echo '<!DOCTYPE yule_db SYSTEM "http://la-samhna.de/yule_db-0. 1.dtd">' \253 echo '<!DOCTYPE yule_db SYSTEM "http://la-samhna.de/yule_db-0.2.dtd">' \ 250 254 >>"${tmpF}" 251 255 echo "<yule_db>" >>"${tmpF}"
Note:
See TracChangeset
for help on using the changeset viewer.