Date: Saturday, December 31, 2011 @ 12:06:43 Author: tomegun Revision: 145782
- officially deprecate non-devtmpfs kernels, will be gone in next udev/initscripts release - allow ro root (if specified in fstab) - read hostname from /etc/hostname - add manpages for rc.conf, locale.conf, vconsole.conf, hostname - restructure rc.conf, no functional change - allow arch-tmpfiles --create to be called at install time - change default of DAEMON_LOCALE to 'yes' upgpkg: initscripts 2012.01.1-1 Modified: initscripts/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-12-31 15:10:28 UTC (rev 145781) +++ PKGBUILD 2011-12-31 17:06:43 UTC (rev 145782) @@ -4,7 +4,7 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=initscripts -pkgver=2011.12.1 +pkgver=2012.01.1 pkgrel=1 pkgdesc="System initialization/bootup scripts" arch=('any') @@ -28,5 +28,5 @@ make DESTDIR=${pkgdir} install install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless } -md5sums=('83337d7825d4cd6cd6da105c9ca04c99' +md5sums=('2a27e5b27d1acce30738bbeb476898e8' '027576534885b8d5dded9be546057b12')
