Roy Marples 
							
						 
					 
					
						
						
							
						
						c8b03c96b7 
					 
					
						
						
							
							API change! rc_config_env is renamed to rc_make_env and takes no argument.  
						
						
						
						
					 
					
						2007-09-18 12:20:55 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						807e4afbed 
					 
					
						
						
							
							Don't space separate the options  
						
						
						
						
					 
					
						2007-09-18 12:08:04 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						936dc94351 
					 
					
						
						
							
							API change! rc_ls_dir, rc_get_config and rc_get_list no longer take  
						
						... 
						
						
						
						a starting list as a first argument. Instead, use rc_strlist_join
to append or prepend the new list to an existing list. 
						
						
					 
					
						2007-09-18 12:04:51 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						f1bba12892 
					 
					
						
						
							
							API change! rc_strlist_add and friends now take char *** instead of  
						
						... 
						
						
						
						char ** and return a pointer to the item added instead of the new
list head. This is so we can easily tell if the item was successfully
added or not instead of iterating through the list looking for it.
list = rc_strlist_add (list, item);
becomes
rc_strlist_add (&list, item); 
						
						
					 
					
						2007-09-18 11:36:55 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						99eabdc3ba 
					 
					
						
						
							
							Re-work mountinfo so that we have a lot less OS specific code  
						
						
						
						
					 
					
						2007-09-18 09:20:30 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						47f21d06a0 
					 
					
						
						
							
							Fix fallback configurations  
						
						
						
						
					 
					
						2007-09-17 21:38:58 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						fac4de2b46 
					 
					
						
						
							
							Portability  
						
						
						
						
					 
					
						2007-09-17 20:59:55 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						cc7df1d1f8 
					 
					
						
						
							
							Document the preferance of wpa_supplicant,  #192828 .  
						
						
						
						
					 
					
						2007-09-17 17:44:10 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						bcb85a016d 
					 
					
						
						
							
							BSD will need a fixed gcc for --as-needed  
						
						
						
						
					 
					
						2007-09-12 14:32:18 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						a5585487aa 
					 
					
						
						
							
							More --as-needed foo  
						
						
						
						
					 
					
						2007-09-11 22:06:27 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						607f2b37b1 
					 
					
						
						
							
							Work better with --as-needed  
						
						
						
						
					 
					
						2007-09-11 21:45:26 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						bc6b031f2e 
					 
					
						
						
							
							librc should link against libeinfo too  
						
						
						
						
					 
					
						2007-09-10 21:26:13 +00:00 
						 
				 
			
				
					
						
							
							
								Mike Frysinger 
							
						 
					 
					
						
						
							
						
						2aac9fa464 
					 
					
						
						
							
							revert EARLY_MOUNTS since everything in the boot runlevel depends on localmount already and anything that runs before it does not rely on things like /tmp or /var/run (and because i confused localmount with checkroot)  
						
						
						
						
					 
					
						2007-09-09 16:49:40 +00:00 
						 
				 
			
				
					
						
							
							
								Mike Frysinger 
							
						 
					 
					
						
						
							
						
						5420f22a14 
					 
					
						
						
							
							add BSD SPECIFIC OPTIONS marking  
						
						
						
						
					 
					
						2007-09-09 16:12:53 +00:00 
						 
				 
			
				
					
						
							
							
								Mike Frysinger 
							
						 
					 
					
						
						
							
						
						869da3c685 
					 
					
						
						
							
							only do the X lock stuff in /tmp so people can overload WIPE_TMP_DIRS for a general "wipe this directory" option.  also force +t on /tmp and /var/tmp.  
						
						
						
						
					 
					
						2007-09-09 16:08:32 +00:00 
						 
				 
			
				
					
						
							
							
								Mike Frysinger 
							
						 
					 
					
						
						
							
						
						230421384a 
					 
					
						
						
							
							Allow people to specify a list of early mount points which will be mounted at the end of localmount so they can do tmpfs on things like /tmp  #181527 .  
						
						
						
						
					 
					
						2007-09-09 16:04:40 +00:00 
						 
				 
			
				
					
						
							
							
								Mike Frysinger 
							
						 
					 
					
						
						
							
						
						06ae2e5593 
					 
					
						
						
							
							Allow people to specify a list of temp dirs to clean in bootmisc  #191807 .  
						
						
						
						
					 
					
						2007-09-09 15:52:05 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						ba4b5d5b7f 
					 
					
						
						
							
							Makefile in src now supports pmake as used on the BSDs.  
						
						
						
						
					 
					
						2007-09-06 13:00:03 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						d095d4d8f5 
					 
					
						
						
							
							strdup -> rc_xstrdup  
						
						
						
						
					 
					
						2007-09-06 08:59:35 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						eb5b1c4c41 
					 
					
						
						
							
							start-stop-daemon now works with userids correctly when a pidfile  
						
						... 
						
						
						
						is not specified, #191206 . 
						
						
					 
					
						2007-09-04 09:32:36 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						52f7df0d0c 
					 
					
						
						
							
							Add --quiet to mountinfo  
						
						
						
						
					 
					
						2007-09-03 14:02:15 +00:00 
						 
				 
			
				
					
						
							
							
								Mike Frysinger 
							
						 
					 
					
						
						
							
						
						a166958537 
					 
					
						
						
							
							Always attempt to mount /dev/pts when devpts is available as it may appear in some 2.4 setups.  
						
						
						
						
					 
					
						2007-09-03 03:10:42 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						2a1e0c1d8d 
					 
					
						
						
							
							Release rc4  
						
						
						
						
					 
					
						2007-09-02 13:12:24 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						09374583ac 
					 
					
						
						
							
							RC_TTY_NUMBER now defaults to 12,  #190996  thanks to Pacho Ramos.  
						
						
						
						
					 
					
						2007-09-02 13:09:34 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						2d39857170 
					 
					
						
						
							
							Don't use local here  
						
						
						
						
					 
					
						2007-09-02 12:55:18 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						c04af92cb4 
					 
					
						
						
							
							We may not always add to the array, so re-count it afterwards  
						
						
						
						
					 
					
						2007-09-01 00:51:41 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						a9ebc7a2af 
					 
					
						
						
							
							Only generate dependencies for Gentoo scripts,  #190547 .  
						
						
						
						
					 
					
						2007-08-31 16:21:19 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						6cf2085488 
					 
					
						
						
							
							Don't add multiple entries to ld.so.conf  
						
						
						
						
					 
					
						2007-08-31 11:06:49 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						d3bd76486a 
					 
					
						
						
							
							More path fixes thanks to Thomas Pani  
						
						
						
						
					 
					
						2007-08-28 16:28:33 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						f7583144f3 
					 
					
						
						
							
							Use correct defines  
						
						
						
						
					 
					
						2007-08-28 13:10:07 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						144d9653e1 
					 
					
						
						
							
							Undocument pause action, fix --nodeps and --ifstarted,  #190045 .  
						
						
						
						
					 
					
						2007-08-28 13:06:44 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						849b983c3f 
					 
					
						
						
							
							#define shutdown  
						
						
						
						
					 
					
						2007-08-28 09:17:04 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						d6acd7d83e 
					 
					
						
						
							
							Move more stuff to #defines  
						
						
						
						
					 
					
						2007-08-28 09:13:46 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						36118e7dbd 
					 
					
						
						
							
							Fix ksoftlevel handling,  #190420 .  
						
						
						
						
					 
					
						2007-08-28 08:50:04 +00:00 
						 
				 
			
				
					
						
							
							
								Mike Frysinger 
							
						 
					 
					
						
						
							
						
						2845610fa6 
					 
					
						
						
							
							Add /etc/gentoo-release to CONFIG_PROTECT_MASK.  
						
						
						
						
					 
					
						2007-08-26 15:57:00 +00:00 
						 
				 
			
				
					
						
							
							
								Mike Frysinger 
							
						 
					 
					
						
						
							
						
						0d031e5481 
					 
					
						
						
							
							Punt PAGER and EDITOR.  People need to set this themselves now.  
						
						
						
						
					 
					
						2007-08-25 18:47:45 +00:00 
						 
				 
			
				
					
						
							
							
								Mike Frysinger 
							
						 
					 
					
						
						
							
						
						4a23e42be8 
					 
					
						
						
							
							Make sure we list all config files in rc help output.  
						
						
						
						
					 
					
						2007-08-25 18:17:05 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						9cf4628aaa 
					 
					
						
						
							
							Setup wtmp for BSD too  
						
						
						
						
					 
					
						2007-08-23 10:25:09 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						1ef8a7f041 
					 
					
						
						
							
							Only open /proc/cmdline if it exists,  #189686  thanks to Christian Affolter  
						
						
						
						
					 
					
						2007-08-22 14:10:46 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						25d46c0e96 
					 
					
						
						
							
							Fix pppd getting the interface metric.  
						
						
						
						
					 
					
						2007-08-21 08:21:40 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						dc5e26e056 
					 
					
						
						
							
							rc3  
						
						
						
						
					 
					
						2007-08-20 13:32:31 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						4a8feebc1b 
					 
					
						
						
							
							As discussed on the -dev ml, RC_DEPEND_STRICT now defaults to yes.  
						
						
						
						
					 
					
						2007-08-20 09:10:24 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						9ea8afb200 
					 
					
						
						
							
							No point in having to lots of get the user code.  
						
						
						
						
					 
					
						2007-08-20 09:08:06 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						0963e06766 
					 
					
						
						
							
							Mark the right service as failed and only output a new line if we outputted anything at all for /etc/init.d/foo needsme  
						
						
						
						
					 
					
						2007-08-17 13:23:43 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						7aaa601aad 
					 
					
						
						
							
							needsme should always be valid too  
						
						
						
						
					 
					
						2007-08-17 13:23:02 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						b10bd4b9d7 
					 
					
						
						
							
							Stop un-needed services when changing runlevels,  #189050 .  
						
						
						
						
					 
					
						2007-08-17 12:14:04 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						adbe039385 
					 
					
						
						
							
							When shutting down, stop the service even if dependants failed.  
						
						
						
						
					 
					
						2007-08-17 11:31:36 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						bc90e41b76 
					 
					
						
						
							
							Intergrate our standard options  
						
						
						
						
					 
					
						2007-08-17 11:01:18 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						d1a1e3a3c9 
					 
					
						
						
							
							Allow --user and --group to also mean --chuid and --chgrp  
						
						
						
						
					 
					
						2007-08-17 10:54:04 +00:00 
						 
				 
			
				
					
						
							
							
								Roy Marples 
							
						 
					 
					
						
						
							
						
						e0a29e41a2 
					 
					
						
						
							
							Allow 'del' to work as a command  
						
						
						
						
					 
					
						2007-08-17 09:46:01 +00:00