0c0d6f5
Index: icecc-0.9.6/doc/man-scheduler.1.docbook
cde2f7b
===================================================================
0c0d6f5
--- icecc-0.9.6.orig/doc/man-scheduler.1.docbook
0c0d6f5
+++ icecc-0.9.6/doc/man-scheduler.1.docbook
92794d0
@@ -23,13 +23,13 @@
92794d0
 </refmeta>
92794d0
 
92794d0
 <refnamediv>
92794d0
-	<refname>scheduler</refname>
92794d0
+	<refname>icecc-scheduler</refname>
92794d0
 	<refpurpose>Icecream scheduler</refpurpose>
92794d0
 </refnamediv>
92794d0
 
92794d0
 <refsynopsisdiv>
92794d0
 <cmdsynopsis>
92794d0
-<command>scheduler</command>
92794d0
+<command>icecc-scheduler</command>
92794d0
 <group>
92794d0
   <arg choice="opt">
92794d0
     <option>-n</option>
92794d0
@@ -151,7 +151,7 @@ need to run the scheduler with root righ
92794d0
 
92794d0
 <refsect1>
92794d0
 <title>See Also</title>
92794d0
-<para>icecream, scheduler, iceccd, icemon</para>
92794d0
+<para>icecream, icecc-scheduler, iceccd, icemon</para>
92794d0
 </refsect1>
92794d0
 
92794d0
 <refsect1>
0c0d6f5
Index: icecc-0.9.6/services/Makefile.am
cde2f7b
===================================================================
0c0d6f5
--- icecc-0.9.6.orig/services/Makefile.am
0c0d6f5
+++ icecc-0.9.6/services/Makefile.am
aa93b14
@@ -11,9 +11,9 @@ ice_HEADERS = job.h comm.h
aa93b14
 noinst_HEADERS = bench.h exitcode.h getifaddrs.h logging.h tempfile.h platform.h
aa93b14
 icedir = $(includedir)/icecc
aa93b14
 
aa93b14
-sbin_PROGRAMS = scheduler
aa93b14
-scheduler_SOURCES = scheduler.cpp
aa93b14
-scheduler_LDADD = libicecc.la
aa93b14
+sbin_PROGRAMS = icecc-scheduler
aa93b14
+icecc_scheduler_SOURCES = scheduler.cpp
aa93b14
+icecc_scheduler_LDADD = libicecc.la
aa93b14
 
aa93b14
 pkgconfigdir = $(libdir)/pkgconfig
aa93b14
 pkgconfig_DATA = icecc.pc
0c0d6f5
Index: icecc-0.9.6/services/Makefile.in
cde2f7b
===================================================================
0c0d6f5
--- icecc-0.9.6.orig/services/Makefile.in
0c0d6f5
+++ icecc-0.9.6/services/Makefile.in
cde2f7b
@@ -37,7 +37,7 @@ PRE_UNINSTALL = :
aa93b14
 POST_UNINSTALL = :
aa93b14
 build_triplet = @build@
aa93b14
 host_triplet = @host@
aa93b14
-sbin_PROGRAMS = scheduler$(EXEEXT)
aa93b14
+sbin_PROGRAMS = icecc-scheduler$(EXEEXT)
aa93b14
 subdir = services
aa93b14
 DIST_COMMON = $(ice_HEADERS) $(noinst_HEADERS) $(srcdir)/Makefile.am \
aa93b14
 	$(srcdir)/Makefile.in $(srcdir)/icecc.pc.in
cde2f7b
@@ -82,9 +82,9 @@ libicecc_la_LINK = $(LIBTOOL) --tag=CXX 
cde2f7b
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(libicecc_la_CXXFLAGS) \
aa93b14
 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
aa93b14
 PROGRAMS = $(sbin_PROGRAMS)
aa93b14
-am_scheduler_OBJECTS = scheduler.$(OBJEXT)
aa93b14
-scheduler_OBJECTS = $(am_scheduler_OBJECTS)
aa93b14
-scheduler_DEPENDENCIES = libicecc.la
aa93b14
+am_icecc_scheduler_OBJECTS = scheduler.$(OBJEXT)
aa93b14
+icecc_scheduler_OBJECTS = $(am_icecc_scheduler_OBJECTS)
aa93b14
+icecc_scheduler_DEPENDENCIES = libicecc.la
aa93b14
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
aa93b14
 depcomp = $(SHELL) $(top_srcdir)/depcomp
aa93b14
 am__depfiles_maybe = depfiles
cde2f7b
@@ -107,8 +107,8 @@ CXXLD = $(CXX)
aa93b14
 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
aa93b14
 	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
aa93b14
 	$(LDFLAGS) -o $@
aa93b14
-SOURCES = $(libicecc_la_SOURCES) $(scheduler_SOURCES)
aa93b14
-DIST_SOURCES = $(libicecc_la_SOURCES) $(scheduler_SOURCES)
aa93b14
+SOURCES = $(libicecc_la_SOURCES) $(icecc_scheduler_SOURCES)
aa93b14
+DIST_SOURCES = $(libicecc_la_SOURCES) $(icecc_scheduler_SOURCES)
aa93b14
 DATA = $(pkgconfig_DATA)
cde2f7b
 HEADERS = $(ice_HEADERS) $(noinst_HEADERS)
cde2f7b
 ETAGS = etags
0c0d6f5
@@ -242,8 +242,8 @@ libicecc_la_CXXFLAGS = -fPIC -DPIC
aa93b14
 ice_HEADERS = job.h comm.h
aa93b14
 noinst_HEADERS = bench.h exitcode.h getifaddrs.h logging.h tempfile.h platform.h
aa93b14
 icedir = $(includedir)/icecc
aa93b14
-scheduler_SOURCES = scheduler.cpp
aa93b14
-scheduler_LDADD = libicecc.la
aa93b14
+icecc_scheduler_SOURCES = scheduler.cpp
aa93b14
+icecc_scheduler_LDADD = libicecc.la
aa93b14
 pkgconfigdir = $(libdir)/pkgconfig
aa93b14
 pkgconfig_DATA = icecc.pc
aa93b14
 all: all-am
0c0d6f5
@@ -358,9 +358,9 @@ clean-sbinPROGRAMS:
cde2f7b
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
cde2f7b
 	echo " rm -f" $$list; \
cde2f7b
 	rm -f $$list
aa93b14
-scheduler$(EXEEXT): $(scheduler_OBJECTS) $(scheduler_DEPENDENCIES) 
aa93b14
-	@rm -f scheduler$(EXEEXT)
aa93b14
-	$(CXXLINK) $(scheduler_OBJECTS) $(scheduler_LDADD) $(LIBS)
0c0d6f5
+icecc-scheduler$(EXEEXT): $(icecc_scheduler_OBJECTS) $(icecc_scheduler_DEPENDENCIES) 
aa93b14
+	@rm -f icecc-scheduler$(EXEEXT)
aa93b14
+	$(CXXLINK) $(icecc_scheduler_OBJECTS) $(icecc_scheduler_LDADD) $(LIBS)
aa93b14
 
aa93b14
 mostlyclean-compile:
aa93b14
 	-rm -f *.$(OBJEXT)