]> git.pld-linux.org Git - packages/XaoS.git/commitdiff
- removes setting suid attrib on xaos
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 12 Sep 2001 21:00:55 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XaoS-nosuid.patch -> 1.1

XaoS-nosuid.patch [new file with mode: 0644]

diff --git a/XaoS-nosuid.patch b/XaoS-nosuid.patch
new file mode 100644 (file)
index 0000000..ce16750
--- /dev/null
@@ -0,0 +1,25 @@
+diff -Naur XaoS-3.0/configure new/configure
+--- XaoS-3.0/configure Wed Mar  4 16:49:12 1998
++++ new/configure      Mon Aug 16 14:22:05 1999
+@@ -5522,7 +5522,7 @@
+ #define SVGA_DRIVER 1
+ EOF
+-  STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp root $(bindir)/xaos'
++  STICKY=''
+   DRIVERDIRS="$DRIVERDIRS ui/ui-drv/svga"
+   DRIVERLIBS="$DRIVERLIBS lib/libuisvga.a"
+   if test "x$ac_cv_func_pthread_sighandler" = xyes; then 
+
+diff -Naur XaoS-3.0/configure.in new/configure.in
+--- XaoS-3.0/configure.in      Wed Mar  4 16:49:12 1998
++++ new/configure.in   Mon Aug 16 14:15:24 1999
+@@ -647,7 +647,7 @@
+ if test "x$ac_cv_lib_vga_vga_hasmode$ac_cv_lib_vgagl_gl_write" = xyesyes; then
+   drivers=yes
+   AC_DEFINE(SVGA_DRIVER)
+-  STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp root $(bindir)/xaos'
++  STICKY=''
+   DRIVERDIRS="$DRIVERDIRS ui/ui-drv/svga"
+   DRIVERLIBS="$DRIVERLIBS lib/libuisvga.a"
+   if test "x$ac_cv_func_pthread_sighandler" = xyes; then 
This page took 0.094243 seconds and 4 git commands to generate.