mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	Removing pre-build "os_mon/ebin" files so they can be properly rebuilt without nteventlog. Setting "disksup_posix_only=true" so functions that depend on get_disk_data, which depens on the "df" command, can work.
		
			
				
	
	
		
			12 lines
		
	
	
		
			509 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			509 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- otp_src_18.0/lib/os_mon/src/os_mon.app.src
 | |
| +++ otp_src_18.0-fixed/lib/os_mon/src/os_mon.app.src
 | |
| @@ -22,7 +22,7 @@
 | |
|     [{description, "CPO  CXC 138 46"},
 | |
|      {vsn, "%VSN%"},
 | |
|      {modules, [os_mon, os_mon_mib, os_sup,
 | |
| -               disksup, memsup, cpu_sup, os_mon_sysinfo, nteventlog]},
 | |
| +               disksup, memsup, cpu_sup, os_mon_sysinfo]},
 | |
|      {registered, [os_mon_sup, os_mon_sysinfo, disksup, memsup, cpu_sup, 
 | |
|                    os_sup_server]},
 | |
|      {applications, [kernel, stdlib, sasl]},
 |