blob: fd4af6f898a54688d88dd962db578bb0acb4f837 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Index: init.d.Linux/Makefile
===================================================================
--- init.d.Linux/Makefile (revision 2297)
+++ init.d.Linux/Makefile (working copy)
@@ -1,6 +1,6 @@
DIR = /etc/init.d
-FILES = consolefont keymaps modules numlock rmnologin
-EXES = shutdown.sh reboot.sh
+EXES = consolefont keymaps modules numlock rmnologin \
+ shutdown.sh reboot.sh
TOPDIR = ..
include $(TOPDIR)/default.mk
Index: ChangeLog
===================================================================
--- ChangeLog (revision 2299)
+++ ChangeLog (working copy)
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPLv2
+ 02 Oct 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Fix init script permissions, #149869.
+
* baselayout-1.13.0_alpha1 (02 Oct 2006)
02 Oct 2006; Roy Marples <uberlord@gentoo.org>:
|