124cf24
--- cups-1.2b2/Makefile.noinit	2006-03-23 11:39:33.000000000 +0000
124cf24
+++ cups-1.2b2/Makefile	2006-03-23 11:40:22.000000000 +0000
0edf4c0
@@ -80,32 +80,6 @@
cvsdist 99ecd13
 	echo Installing cups-config script...
0edf4c0
 	$(INSTALL_DIR) -m 755 $(BINDIR)
cvsdist 99ecd13
 	$(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
cvsdist 99ecd13
-	echo Installing startup script...
124cf24
-	if test "x$(INITDIR)" != x; then \
0edf4c0
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \
0edf4c0
-		$(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \
0edf4c0
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc0.d; \
0edf4c0
-		$(INSTALL_SCRIPT) init/cups.sh  $(BUILDROOT)$(INITDIR)/rc0.d/K00cups; \
0edf4c0
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc2.d; \
0edf4c0
-		$(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/rc2.d/S99cups; \
0edf4c0
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc3.d; \
0edf4c0
-		$(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/rc3.d/S99cups; \
0edf4c0
-		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc5.d; \
0edf4c0
-		$(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/rc5.d/S99cups; \
cvsdist 99ecd13
-	fi
124cf24
-	if test "x$(INITDIR)" = x -a "x$(INITDDIR)" != x; then \
cvsdist 99ecd13
-		$(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \
cvsdist 99ecd13
-		if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \
0edf4c0
-			$(INSTALL_SCRIPT) init/PrintingServices $(BUILDROOT)$(INITDDIR)/PrintingServices; \
0edf4c0
-			$(INSTALL_DATA) init/StartupParameters.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \
0edf4c0
-			$(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \
0edf4c0
-			$(INSTALL_DATA) init/Localizable.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \
0edf4c0
-		elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \
0edf4c0
-			$(INSTALL_DATA) init/org.cups.cupsd.plist $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \
cvsdist 99ecd13
-		else \
0edf4c0
-			$(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \
cvsdist 99ecd13
-		fi \
cvsdist 99ecd13
-	fi
124cf24
 	if test "x$(DBUSDIR)" != x; then \
0edf4c0
 		echo Installing cups.conf in $(DBUSDIR)...;\
0edf4c0
 		$(INSTALL_DIR) -m 755 $(BUILDROOT)$(DBUSDIR); \