[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#225359: xbase-clients: etc/X11/xinit/xinitrc should have mode 755



Package: xbase-clients
Version: 4.2.1-14
Severity: minor
Tags: patch

the xinitrc is a shell script, so I think it should be executable.
I noticed this when using the Knoppix script to start the X client/server
on boot, it tries to execute this script.
Attached is a patch.

Cheers, Bastian

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux treasure 2.6.0-treasure1 #1 Fri Dec 19 00:42:40 CET 2003 i686
Locale: LANG=C, LC_CTYPE=de_DE@euro

Versions of packages xbase-clients depends on:
ii  cpp-3.2                   1:3.2.3-9      The GNU C preprocessor
hi  libc6                     2.3.2.ds1-10   GNU C Library: Shared libraries an
hi  libdps1                   4.2.1-14       Display PostScript (DPS) client li
hi  libfreetype6              2.1.7-1        FreeType 2 font engine, shared lib
hi  libncurses5               5.3.20030719-4 Shared libraries for terminal hand
hi  libxaw7                   4.2.1-14       X Athena widget set library
hi  xlibmesa3-gl [libgl1]     4.2.1-14       Mesa 3D graphics library [XFree86]
hi  xlibmesa3-glu [libglu1]   4.2.1-14       Mesa OpenGL utility library [XFree
hi  xlibs                     4.2.1-14       X Window System client libraries

-- debconf information:
* xbase-clients/default_100dpi: 
* xbase-clients/default_nolisten_tcp: 

--- debian/rules.basti	2003-12-28 21:45:54.000000000 +0100
+++ debian/rules	2003-12-28 21:51:59.000000000 +0100
@@ -289,6 +289,7 @@
 	install -m 644 debian/local/xfs.options.5 $(DEBTREEDIR)/usr/share/man/man5
 	install -m 755 debian/local/xvfb-run $(DEBTREEDIR)/usr/bin
 	install -m 644 debian/local/xvfb-run.1 $(DEBTREEDIR)/usr/share/man/man1
+	chmod 0755 $(DEBTREEDIR)/etc/X11/xinit/xinitrc
 	# compare manifests
 	(cd debian/tmp && find -type f | LC_ALL=C sort | cut -c3-) > debian/MANIFEST.$(ARCH).new
 	# confirm that the installed file list has not changed

Reply to: