Changes of Revision 46
[-] | Changed | _service:set_version:inventory-system.spec |
1
2 %define pkgname inventory-system 3 Name: inventory-system 4 Release: 0 5 -Version: 0.0.rev1541 6 +Version: 0.0.rev1543 7 Url: http://www.linux-administrator.com/ 8 License: GPLv2 9 Group: System 10 |
||
[+] | Changed | _service:recompress:tar_scm:inventory-system-0.0.rev1543.tar.bz2/client/ix-functions.sh ^ |
@@ -2,6 +2,8 @@ function get_system_type_ix { if [ -f /etc/ix-system-image.conf ] ; then . /etc/ix-system-image.conf + else + IX_SYSTEM_TYPE=unknown fi debug "IX-SYSTEM-TYPE: ${IX_SYSTEM_TYPE}" echo ${IX_SYSTEM_TYPE} |