update version and change log, add start & stop of daemon
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
				
			|||||||
<!DOCTYPE PLUGIN [
 | 
					<!DOCTYPE PLUGIN [
 | 
				
			||||||
<!ENTITY name      "ipmitool-plugin">
 | 
					<!ENTITY name      "ipmitool-plugin">
 | 
				
			||||||
<!ENTITY author    "dmacias72">
 | 
					<!ENTITY author    "dmacias72">
 | 
				
			||||||
<!ENTITY version   "2015.12.14">
 | 
					<!ENTITY version   "2015.12.20">
 | 
				
			||||||
<!ENTITY launch    "Tools/IPMItool">
 | 
					<!ENTITY launch    "Tools/IPMItool">
 | 
				
			||||||
<!ENTITY gitURL    "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
 | 
					<!ENTITY gitURL    "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
 | 
				
			||||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
 | 
					<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
 | 
				
			||||||
@@ -18,13 +18,17 @@
 | 
				
			|||||||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
 | 
					<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<CHANGES>
 | 
					<CHANGES>
 | 
				
			||||||
 | 
					###2015.12.20
 | 
				
			||||||
 | 
					- fixed "Waiting for events" triggering notification on system start
 | 
				
			||||||
 | 
					- reorganize events page
 | 
				
			||||||
 | 
					- add switchbuttons
 | 
				
			||||||
 | 
					- move from UnRAID OS to System Information under Tools menu
 | 
				
			||||||
 | 
					- add unRAID version check
 | 
				
			||||||
###2015.12.14
 | 
					###2015.12.14
 | 
				
			||||||
- make sure and remove old plugin
 | 
					- make sure and remove old plugin
 | 
				
			||||||
###2015.12.11
 | 
					###2015.12.11
 | 
				
			||||||
- change repo
 | 
					- change repo
 | 
				
			||||||
- change install and remove method
 | 
					- change install and remove method
 | 
				
			||||||
###2015.11.18
 | 
					 | 
				
			||||||
- fixed "Waiting for events" triggering notification on system start
 | 
					 | 
				
			||||||
###2015.11.17
 | 
					###2015.11.17
 | 
				
			||||||
- fix permissions for events
 | 
					- fix permissions for events
 | 
				
			||||||
###2015.11.10b
 | 
					###2015.11.10b
 | 
				
			||||||
@@ -105,6 +109,11 @@ echo "loading ipmi drivers..."
 | 
				
			|||||||
modprobe ipmi_si
 | 
					modprobe ipmi_si
 | 
				
			||||||
modprobe ipmi_devintf
 | 
					modprobe ipmi_devintf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#restart event daemon
 | 
				
			||||||
 | 
					&emhttp;/scripts/stop
 | 
				
			||||||
 | 
					sleep 1
 | 
				
			||||||
 | 
					&emhttp;/scripts/start
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Cleaning old source files
 | 
					# Cleaning old source files
 | 
				
			||||||
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
 | 
					find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
 | 
				
			||||||
find &plgpath;/ -type f -iname "&name;*.md5" ! -iname "*&version;*" -delete
 | 
					find &plgpath;/ -type f -iname "&name;*.md5" ! -iname "*&version;*" -delete
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,15 +11,19 @@ The ipmitool plugin allows you to view your system sensors and events using your
 | 
				
			|||||||
</Description>
 | 
					</Description>
 | 
				
			||||||
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
 | 
					<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
 | 
				
			||||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmitool-plugin.png</Icon>
 | 
					<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmitool-plugin.png</Icon>
 | 
				
			||||||
<Date>2015-12-14</Date>
 | 
					<Date>2015-12-20</Date>
 | 
				
			||||||
<Changes>
 | 
					<Changes>
 | 
				
			||||||
 | 
					###2015.12.20
 | 
				
			||||||
 | 
					- fixed "Waiting for events" triggering notification on system start
 | 
				
			||||||
 | 
					- reorganize events page
 | 
				
			||||||
 | 
					- add switchbuttons
 | 
				
			||||||
 | 
					- move from UnRAID OS to System Information under Tools menu
 | 
				
			||||||
 | 
					- add unRAID version check
 | 
				
			||||||
###2015.12.14
 | 
					###2015.12.14
 | 
				
			||||||
- make sure to remove old plugin
 | 
					- make sure to remove old plugin
 | 
				
			||||||
###2015.12.11
 | 
					###2015.12.11
 | 
				
			||||||
- change repo
 | 
					- change repo
 | 
				
			||||||
- change install and remove method
 | 
					- change install and remove method
 | 
				
			||||||
###2015.11.18
 | 
					 | 
				
			||||||
- fixed "Waiting for events" triggering notification on system start
 | 
					 | 
				
			||||||
###2015.11.17
 | 
					###2015.11.17
 | 
				
			||||||
- fix permissions for emhttp events
 | 
					- fix permissions for emhttp events
 | 
				
			||||||
###2015.11.10b
 | 
					###2015.11.10b
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user