Commit Graph

  • b3d47d5861 termencoding should not run on lxc William Hubbs 2012-05-27 10:03:24 -05:00
  • f5ba232fb4 rc: fix inverted string compare logic Mike Frysinger 2012-05-23 19:32:01 -04:00
  • 7e9861da0e Release openrc-0.10 William Hubbs 2012-05-22 10:04:34 -05:00
  • 6241f17e95 rc: fix thinko in applet collapse Mike Frysinger 2012-05-16 18:16:04 -04:00
  • 6cecc7b4a6 local is only allowed in functions Christian Ruppert 2012-05-17 00:00:22 +02:00
  • 82d3918d7a move rc_svcdir to /run/openrc on Linux systems William Hubbs 2012-02-22 20:44:32 -06:00
  • ee1a698451 do not umount /usr on linux systems William Hubbs 2012-05-13 19:00:39 -05:00
  • 2486eb4989 rc: collapse the applet if statements into a single array walk Mike Frysinger 2012-05-05 20:28:28 -04:00
  • 0813a80223 add a new ARRAY_SIZE macro and use it Mike Frysinger 2012-05-05 20:26:54 -04:00
  • 3969cb2a85 split out librc-independent helpers into a dedicated header file Mike Frysinger 2012-05-05 20:25:53 -04:00
  • b5917a817c net: Be sure to install the ip6rd module. Robin H. Johnson 2012-05-03 13:33:31 -07:00
  • 9e196a71ad clarify the message about /proc being already mounted William Hubbs 2012-05-02 14:48:52 -05:00
  • ca7d67021e Do not try to remount /run read only Alexey Shvetsov 2012-05-02 14:40:16 -05:00
  • 8c82637e76 fix references to functions.sh William Hubbs 2012-04-26 12:56:44 -05:00
  • 8d63719418 Change the working directory for depend only William Hubbs 2012-04-26 12:19:42 -05:00
  • 3967077da3 Revert "Revert "Let runscript enter the service dir before expand globs"" William Hubbs 2012-04-26 12:11:58 -05:00
  • f971c4c0b5 Revert "Let runscript enter the service dir before expand globs" William Hubbs 2012-04-26 11:28:02 -05:00
  • 9d0dce35c3 Let runscript enter the service dir before expand globs Christian Ruppert 2012-04-26 15:18:56 +02:00
  • 441272ff97 Reduce overhead by leaving rc_deptree_update_needed() as soon as possible Christian Ruppert 2012-04-26 12:40:13 +02:00
  • fd6bbfbe07 Disable some questionable lines Christian Ruppert 2012-04-26 10:16:56 +02:00
  • a6549a2b0f Whitespace Christian Ruppert 2012-04-24 03:50:10 +02:00
  • 1f5072421e Remove duplicate getenv("RC_SVCNAME") call Christian Ruppert 2012-04-24 03:49:04 +02:00
  • 4943ddcb1c init.d/procfs: posix compatibility fix Sergei Trofimovich 2012-04-13 23:01:42 +03:00
  • be5de328e9 network scripts need sysfs on linux systems William Hubbs 2012-04-03 20:01:23 -05:00
  • 37af1693b4 net/ifconfig, net/iproute: need sysfs Robin H. Johnson 2012-04-03 14:30:01 -07:00
  • 9127684553 Change the method for calculating the interface metric for linux systems William Hubbs 2012-04-01 22:59:00 -05:00
  • 0571a7e05b init.d/fsck: only check local file systems William Hubbs 2012-03-29 11:44:12 -05:00
  • 300c03203d librc: Do not output error messages from within the library. William Hubbs 2012-03-26 15:04:40 -05:00
  • f9162438bc Add -lxc keyword to sysctl script for linux systems William Hubbs 2012-03-26 14:51:03 -05:00
  • 533813dda0 localmount: Only unmount local filesystems if we are shutting down William Hubbs 2012-03-25 18:29:37 -05:00
  • 6ac182c9ca sysctl: use @SYSCONFDIR@ in the scripts instead of hard coding /etc William Hubbs 2012-03-24 15:00:24 -05:00
  • 09327f429f Allow files in sysctl.d to override sysctl.conf William Hubbs 2012-03-24 14:37:08 -05:00
  • 8104618d10 init.d/sysctl.Linux: do not use sysctl -q Diego Elio Pettenò 2012-03-24 00:01:29 +01:00
  • eb11953dd2 Document the required_dirs and required_files variables William Hubbs 2012-03-24 12:40:45 -05:00
  • b264931034 doc/net.example: Add warnings that changing MAC on bonds can break things. Robin H. Johnson 2012-03-19 13:53:09 -07:00
  • 76d3fceb58 doc/net.example: Update bonding example Robin H. Johnson 2012-03-19 13:06:38 -07:00
  • 65be94a34a sh/tmpfiles: Upstream clarifications & quoting fixes. Robin H. Johnson 2012-03-12 11:59:53 -07:00
  • c75352af3d sh/tmpfiles: tmpfiles.d support. Robin H. Johnson 2012-03-12 01:28:44 -07:00
  • b27a9003bb net/ifconfig: The location of the ifconfig binary has changed Robin H. Johnson 2012-03-11 12:54:48 -07:00
  • 9fa54a8e80 Runscript: allow extra_commands to be run in chroots William Hubbs 2012-03-03 09:16:27 -06:00
  • 7a1e4ef606 Bug #405491: _exists can give a false negative since /proc/net/dev can be slow to update sometimes when interfaces are added rapidly. Use sysfs instead. Robin H. Johnson 2012-03-02 19:54:48 +00:00
  • 0dc9431bdb Add a potential future problem I can see with metric calculation and interfaces that change often. Robin H. Johnson 2012-03-02 19:51:09 +00:00
  • 0fa164dff2 Clarify the meaning of the clock_hctosys variable William Hubbs 2012-02-29 09:37:23 -06:00
  • 582c8e9868 librc: make rc_proc_getent available for all operating systems William Hubbs 2012-02-25 15:00:03 -06:00
  • de6323ba51 Fix rc_proc_getent() undeclared on BSD Christian Ruppert 2012-02-25 17:53:43 +01:00
  • 3272261479 Skip pam if running as root William Hubbs 2012-02-23 16:47:52 -06:00
  • 3247184d86 Remove prefix support William Hubbs 2012-01-25 11:42:32 -06:00
  • 32c506a4c8 Drop rc_sys definition from build system William Hubbs 2012-01-25 13:06:55 -06:00
  • 04db6c3d39 rc: remove calls to rc_sys_v2 and rc_sys_v1 William Hubbs 2012-02-20 20:04:57 -06:00
  • 3c602e7422 remove the warning about falling back to autodetection Jory A. Pratt 2012-02-20 19:07:54 -06:00
  • e4146c0945 Revert "Revert "swap: go back to using swapon for Linux systems"" William Hubbs 2012-02-20 18:59:17 -06:00
  • 9e3fc7f3f5 update ignore patterns William Hubbs 2012-02-20 17:07:43 -06:00
  • 06d6701785 Revert "swap: go back to using swapon for Linux systems" William Hubbs 2012-02-20 11:51:08 -06:00
  • 297720787f swap: go back to using swapon for Linux systems William Hubbs 2012-02-20 11:30:03 -06:00
  • 47c3b28459 Clarify the documentation about the reboot runlevel William Hubbs 2012-02-19 13:11:11 -06:00
  • f18763bcd8 Document the RC_REBOOT variable William Hubbs 2012-02-19 12:49:53 -06:00
  • dd2b4a067a net: add deprecation warning for old style net dependency variables William Hubbs 2012-02-18 17:23:28 -06:00
  • 44e4c21f05 net: fix documentation for interface dependencies William Hubbs 2012-02-18 17:03:28 -06:00
  • bc581530e5 Fix meaning of "provide net" William Hubbs 2012-02-07 17:10:10 -06:00
  • 04afaa3c03 hwclock: set the hardware clock on shutdown William Hubbs 2012-02-17 15:02:10 -06:00
  • a21a2c3e32 hwclock: Clarify documentation William Hubbs 2012-02-17 14:23:54 -06:00
  • a5509d6819 Enable binfmt_misc for openvz containers William Hubbs 2012-02-15 09:00:23 -06:00
  • 0c866e1a31 Replace hard coded reference to /etc with @SYSCONFDIR@ William Hubbs 2012-02-16 13:02:41 -06:00
  • 1c7d3165e4 Allow localmount to run in openvz containers William Hubbs 2012-02-13 12:15:55 -06:00
  • 8199dee8d6 Revert "Remove rc_parallel from rc.conf" William Hubbs 2012-02-13 11:29:19 -06:00
  • a5ad5ba971 Swap: fix redirect William Hubbs 2012-02-13 10:12:12 -06:00
  • 79d6f10926 Improve swap handling William Hubbs 2012-02-12 12:37:46 -06:00
  • 5396bf1851 Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/openrc Christian Ruppert 2012-02-12 20:38:32 +01:00
  • 6913f1deb6 Fix some more warnings Christian Ruppert 2012-02-12 20:37:05 +01:00
  • 09c8c8ed9f Fix typo in swap script William Hubbs 2012-02-12 12:38:37 -06:00
  • d9dc5dc423 Use size_t instead of int Christian Ruppert 2012-02-12 02:23:04 +01:00
  • 8c55f1e50d Remove unused/useless function single_user() Christian Ruppert 2012-02-11 00:24:10 +01:00
  • 94661b1d22 termencoding: change "need root" to "use root" William Hubbs 2012-02-10 09:47:12 -06:00
  • b9cc589882 root.in: split a long line for readability William Hubbs 2012-02-10 09:23:13 -06:00
  • 0baa57a880 sysctl.d: fix README William Hubbs 2012-02-10 09:17:22 -06:00
  • f5e7e76852 Fix early consolefont/termencoding usage vs rc_sys Robin H. Johnson 2012-02-09 01:49:04 -08:00
  • 5021c119c7 sysctl.d: Include a README file for /etc/sysctl.d/ Robin H. Johnson 2012-02-09 01:49:04 -08:00
  • 29a1ad3d18 Whitespace. Robin H. Johnson 2012-02-09 01:43:27 -08:00
  • 659f7c2bc8 oldnet: ip6rd support Salah Coronya 2012-02-09 01:39:40 -08:00
  • 497ff7ee41 Remount already mounted filesystems. Piotr Karbowski 2012-02-03 21:17:18 +01:00
  • 0fcc6251fc fstabinfo: add --remount option William Hubbs 2012-01-31 10:56:57 -06:00
  • 7da8394a8e Complain about loading /etc/conf.d/rc William Hubbs 2012-01-30 13:12:40 -06:00
  • 0ff23f20e8 Revert "Net: do not bring down interfaces during shutdown" William Hubbs 2012-01-30 12:06:46 -06:00
  • cea71369e9 cgroups: only create the cgroup when the service is being started William Hubbs 2012-01-29 09:47:43 -06:00
  • fb4aa20d05 Use "checkpath -W" instead of dir_writable() Christian Ruppert 2012-01-28 19:32:05 +01:00
  • 5a8344a3d1 Check if /sys/fs/cgroup/openrc is writable Christian Ruppert 2012-01-28 19:26:00 +01:00
  • 2d2751c433 Do not unlink the temp. log during shutdown Christian Ruppert 2012-01-28 18:56:29 +01:00
  • 6be8a0679b Do not loop flock() Christian Ruppert 2012-01-28 16:40:49 +01:00
  • 58e04035ed Cgroups: do not update mtab when mounting control groups William Hubbs 2012-01-27 11:14:50 -06:00
  • ab9cf25197 cgroups: add all services to the openrc cgroup William Hubbs 2012-01-26 22:09:07 -06:00
  • 7ea5c614d9 Add -W/--writable function to checkpath Christian Ruppert 2012-01-25 23:18:08 +01:00
  • 5d441dd376 Whitespace Christian Ruppert 2012-01-26 20:47:46 +01:00
  • 44019f6542 Add is_writable() function to check whether a path is writable or not Christian Ruppert 2012-01-26 20:44:33 +01:00
  • de5cee2c21 cgroups: make sure /sys/fs/cgroup is a mount point William Hubbs 2012-01-26 11:02:00 -06:00
  • 3ad501218d bootmisc: stop deleting /etc/nologin Mike Frysinger 2012-01-26 01:10:21 -05:00
  • 43a155a313 This new release will be 0.9.9 with idl0r's changes Robin H. Johnson 2012-01-25 11:04:22 -08:00
  • fb00b10669 net/bonding: Fix which interface IPs get added to. Robin H. Johnson 2012-01-25 10:30:33 -08:00
  • 8b4fc05ff2 Disable parallel startup in interactive mode Christian Ruppert 2012-01-24 19:41:20 +01:00
  • ced60319e3 Override rc.conf options only Christian Ruppert 2012-01-24 19:40:59 +01:00
  • cacea4e7f3 Cgroups: activate the openrc control group release agent William Hubbs 2012-01-23 22:00:08 -06:00