[-]
[+]
|
Changed |
inventory-system.spec
|
|
[-]
[+]
|
Changed |
debian.rules
^
|
@@ -42,6 +42,7 @@
# Add here commands to install the package
install -D -m755 client/inventory-system.sh $(DESTDIR)/usr/sbin/inventory-system
install -D -m755 client/cron.daily $(DESTDIR)/etc/cron.daily/inventorysystem
+ install -D -m644 ../SOURCES/cron.daily $(DESTDIR)/etc/cron.daily/inventorysystem
install -D -m644 client/cron.reboot $(DESTDIR)/etc/cron.d/inventory-system
install -D -m644 ../SOURCES/inventory-system.conf $(DESTDIR)/etc/inventory-system.conf
install -D -m755 ../SOURCES/addon-functions.sh $(DESTDIR)/etc/inventory-system.d/addon-functions.sh
|
[-]
[+]
|
Changed |
inventory-system.conf
^
|
@@ -4,13 +4,13 @@
## Type: string
## Default: ""
#
-TARGETURL="http://inv.j0ke.net/isdf.php"
+TARGETURL="https://boot.stresslinux.org/isdf.php"
#
## Description: E-Mail address for failures/debug messages
## Type: string
## Default: ""
#
-ADMINMAIL="monitor@linux-administrator.com"
+ADMINMAIL="inventory@stresslinux.org"
#
## Description: Enables debug messages
## Type: yesno
@@ -22,7 +22,7 @@
## Type: string
## Default: ""
#
-CUSTOM_FUNCTIONS="get_system_type_osimage get_baseboard_manufacturer get_baseboard_productname get_system_virtual_guests"
+CUSTOM_FUNCTIONS="get_system_type_osimage get_baseboard_manufacturer get_baseboard_productname"
#
## Description: Disable listed functions (space separated)
## Type: string
|