summaryrefslogtreecommitdiff
path: root/x11/gnome-screensaver/files/patch-data_Makefile.in
blob: b61f2225d2f4d1580ebbd888be1ed487bc3fa901 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
--- data/Makefile.in.orig	2009-06-15 22:41:37.000000000 +0200
+++ data/Makefile.in	2009-06-15 22:42:51.000000000 +0200
@@ -916,38 +916,38 @@
 @GCONF_SCHEMAS_INSTALL_FALSE@install-data-local:
 
 install-data-hook:
-	@system=`uname`; \
-	if test -f /usr/include/security/pam_appl.h; then \
-	  if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \
-		$(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \
-		chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \
-	   fi; \
-	   if test $$system = Linux; then \
-		if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \
-		     $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \
-		fi; \
-		if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \
-	             echo "***" ; \
-	             echo "***  Warning: gnome-screensaver has been compiled with support for" ; \
-	             echo "***           Pluggable Authentication Modules (PAM).  However, you may need to" ; \
-	             echo "***           manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \
-	             echo "***           to /etc/pam.d/gnome-screensaver.  Otherwise, unlocking might" ; \
-	             echo "***           not work." ; \
-	             echo "***" ; \
-	             echo "***           Note: If you are using SuSE/Novell you may have to modify this file." ; \
-	             echo "***" ; \
-		fi; \
-	   fi; \
-	   if test $$system = SunOS; then \
-	        echo "***" ; \
-	        echo "***  Warning: gnome-screensaver has been compiled with support for" ; \
-	        echo "***           Pluggable Authentication Modules (PAM).  However, you" ; \
-	        echo "***           need to manually add authentication for gnome-screensaver in" ; \
-	        echo "***           $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \
-	        echo "***           Otherwise, unlocking might not work." ; \
-	        echo "***" ; \
-	   fi; \
-	fi
+#	@system=`uname`; \
+#	if test -f /usr/include/security/pam_appl.h; then \
+#	  if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \
+#		$(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \
+#		chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \
+#	   fi; \
+#	   if test $$system = Linux; then \
+#		if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \
+#		     $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \
+#		fi; \
+#		if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \
+#	             echo "***" ; \
+#	             echo "***  Warning: gnome-screensaver has been compiled with support for" ; \
+#	             echo "***           Pluggable Authentication Modules (PAM).  However, you may need to" ; \
+#	             echo "***           manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \
+#	             echo "***           to /etc/pam.d/gnome-screensaver.  Otherwise, unlocking might" ; \
+#	             echo "***           not work." ; \
+#	             echo "***" ; \
+#	             echo "***           Note: If you are using SuSE/Novell you may have to modify this file." ; \
+#	             echo "***" ; \
+#		fi; \
+#	   fi; \
+#	   if test $$system = SunOS; then \
+#	        echo "***" ; \
+#	        echo "***  Warning: gnome-screensaver has been compiled with support for" ; \
+#	        echo "***           Pluggable Authentication Modules (PAM).  However, you" ; \
+#	        echo "***           need to manually add authentication for gnome-screensaver in" ; \
+#	        echo "***           $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \
+#	        echo "***           Otherwise, unlocking might not work." ; \
+#	        echo "***" ; \
+#	   fi; \
+#	fi
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.