From 1ebffa517f6f1dafc206d5ee943d3cacd25feaf6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 22 Apr 2015 17:13:31 -0500 Subject: Convert news to markdown --- NEWS | 44 -------------------------------------------- NEWS.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 44 deletions(-) delete mode 100644 NEWS create mode 100644 NEWS.md diff --git a/NEWS b/NEWS deleted file mode 100644 index aea52326..00000000 --- a/NEWS +++ /dev/null @@ -1,44 +0,0 @@ -OpenRC NEWS - -This file will contain a list of notable changes for each release. - -OpenRC-0.13.2 -============= - -A chroot variable has been added to the service script variables. -This fixes the support for running a service in a chroot. -This is documented in man 8 openrc-run. - -The netmount service now mounts nfs file systems. -This change was made to correct a fix for an earlier bug. - -OpenRC-0.13 -=========== - -/sbin/rc was renamed to /sbin/openrc and /sbin/runscript was renamed to -/sbin/openrc-run due to naming conflicts with other software. - -Backward compatible symbolic links are currently in place so your -system will keep working if you are using the old names; however, it is -strongly advised that you migrate to the new names because the symbolic -links will be removed in the future. -Warnings have been added to assist with this migration; however, due to the -level of noise they produce, they only appear in verbose mode in this release. - -The devfs script now handles the initial mounting and setup of the -/dev directory. If /dev has already been mounted by the kernel or an -initramfs, devfs will remount /dev with the correct mount options -instead of mounting a second /dev over the existing mount point. - -It attempts to mount /dev from fstab first if an entry exists there. If -it doesn't it attempts to mount devtmpfs if it is configured in the -kernel. If not, it attempts to mount tmpfs. -If none of these is available, an error message is displayed and static -/dev is assumed. - -OpenRC-0.12 -=========== - -The net.* scripts, originally from Gentoo Linux, have -been removed. If you need these scripts, look for a package called -netifrc, which is maintained by them. diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 00000000..9f36dfdb --- /dev/null +++ b/NEWS.md @@ -0,0 +1,42 @@ +# OpenRC NEWS + +This file will contain a list of notable changes for each release. Note +the information in this file is in reverse order. + +## OpenRC-0.13.2 + +A chroot variable has been added to the service script variables. +This fixes the support for running a service in a chroot. +This is documented in man 8 openrc-run. + +The netmount service now mounts nfs file systems. +This change was made to correct a fix for an earlier bug. + +## OpenRC-0.13 + +/sbin/rc was renamed to /sbin/openrc and /sbin/runscript was renamed to +/sbin/openrc-run due to naming conflicts with other software. + +Backward compatible symbolic links are currently in place so your +system will keep working if you are using the old names; however, it is +strongly advised that you migrate to the new names because the symbolic +links will be removed in the future. +Warnings have been added to assist with this migration; however, due to the +level of noise they produce, they only appear in verbose mode in this release. + +The devfs script now handles the initial mounting and setup of the +/dev directory. If /dev has already been mounted by the kernel or an +initramfs, devfs will remount /dev with the correct mount options +instead of mounting a second /dev over the existing mount point. + +It attempts to mount /dev from fstab first if an entry exists there. If +it doesn't it attempts to mount devtmpfs if it is configured in the +kernel. If not, it attempts to mount tmpfs. +If none of these is available, an error message is displayed and static +/dev is assumed. + +## OpenRC-0.12 + +The net.* scripts, originally from Gentoo Linux, have +been removed. If you need these scripts, look for a package called +netifrc, which is maintained by them. -- cgit v1.2.3