Advertisement
pottzie

Untitled

Apr 30th, 2011
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. Showing differences between /etc/rc.conf and /etc/._cfg0000_rc.conf
  2. --- /etc/rc.conf 2011-03-20 20:50:47.000000000 -0400
  3. +++ /etc/._cfg0000_rc.conf 2011-04-28 11:38:18.000000000 -0400
  4. @@ -21,7 +21,7 @@
  5. # Linux users could specify /sbin/sulogin
  6. rc_shell=/sbin/sulogin
  7.  
  8. -# Do we allow any started service in the runlevel to satisfy the depedency
  9. +# Do we allow any started service in the runlevel to satisfy the dependency
  10. # or do we want all of them regardless of state? For example, if net.eth0
  11. # and net.eth1 are in the default runlevel then with rc_depend_strict="NO"
  12. # both will be started, but services that depend on 'net' will work if either
  13. @@ -95,7 +95,7 @@
  14. # We can set some things on a per service basis, like the nicelevel.
  15. #export SSD_NICELEVEL="-19"
  16.  
  17. -# Pass ulimit parameters
  18. +# Pass ulimit parameters
  19. #rc_ulimit="-u 30"
  20.  
  21. # It's possible to define extra dependencies for services like so
  22. @@ -125,9 +125,13 @@
  23. # "vserver" - Linux vserver
  24. # "xen0" - Xen0 Domain
  25. # "xenU" - XenU Domain
  26. -# If unset, the old automagic detection code will be triggered. Said old code
  27. -# is deprecated and be removed not later than 2010/03/01.
  28. -rc_sys=""
  29. +# If this is commented out, automatic detection will be attempted.
  30. +# Note that autodetection will not work in a prefix environment or in a
  31. +# linux container.
  32. +#
  33. +# This should be set to the value representing the environment this file is
  34. +# PRESENTLY in, not the virtualization the environment is capable of.
  35. +#rc_sys=""
  36.  
  37. ######################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement