Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 405437 | Differences between
and this patch

Collapse All | Expand All

(-)maui-3.3.1/src/server/Makefile.orig (-7 / +2 lines)
Lines 66-78 Link Here
66
          fi; \
66
          fi; \
67
	done)
67
	done)
68
68
69
	if [ ! -f $(MSCHED_HOME)/maui.cfg ]; \
69
	cp $(TOP)/maui.cfg.dist $(MSCHED_HOME)/maui.cfg.example
70
	  then cp $(TOP)/maui.cfg.dist $(MSCHED_HOME)/maui.cfg; \
70
	cp $(TOP)/maui-private.cfg.dist $(MSCHED_HOME)/maui-private.cfg.example
71
	fi
72
73
	if [ ! -f $(MSCHED_HOME)/maui-private.cfg ]; \
74
          then cp $(TOP)/maui-private.cfg.dist $(MSCHED_HOME)/maui-private.cfg; \
75
        fi
76
71
77
#	(cd ../..;ln -sf etc/maui.cfg;ln -sf etc/maui-private.cfg)
72
#	(cd ../..;ln -sf etc/maui.cfg;ln -sf etc/maui-private.cfg)
78
73

Return to bug 405437