aa93b14
diff -Nurp icecc-0.9.2.orig/doc/man-scheduler.1.docbook icecc-0.9.2/doc/man-scheduler.1.docbook
aa93b14
--- icecc-0.9.2.orig/doc/man-scheduler.1.docbook	2009-02-07 19:07:02.000000000 +0100
aa93b14
+++ icecc-0.9.2/doc/man-scheduler.1.docbook	2009-02-07 19:07:30.000000000 +0100
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>
aa93b14
diff -Nurp icecc-0.9.2.orig/services/Makefile.am icecc-0.9.2/services/Makefile.am
aa93b14
--- icecc-0.9.2.orig/services/Makefile.am	2009-02-07 19:07:02.000000000 +0100
aa93b14
+++ icecc-0.9.2/services/Makefile.am	2009-02-07 19:07:30.000000000 +0100
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
aa93b14
diff -Nurp icecc-0.9.2.orig/services/Makefile.in icecc-0.9.2/services/Makefile.in
aa93b14
--- icecc-0.9.2.orig/services/Makefile.in	2008-11-02 14:14:47.000000000 +0100
aa93b14
+++ icecc-0.9.2/services/Makefile.in	2009-02-07 19:07:36.000000000 +0100
aa93b14
@@ -35,7 +35,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
aa93b14
@@ -66,9 +66,9 @@ libicecc_la_LINK = $(LIBTOOL) --tag=CXX 
aa93b14
 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
aa93b14
 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
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
aa93b14
@@ -90,8 +90,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
 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
aa93b14
 DATA = $(pkgconfig_DATA)
aa93b14
 iceHEADERS_INSTALL = $(INSTALL_HEADER)
aa93b14
@@ -226,8 +226,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
aa93b14
@@ -322,9 +322,9 @@ clean-sbinPROGRAMS:
aa93b14
 	  echo " rm -f $$p $$f"; \
aa93b14
 	  rm -f $$p $$f ; \
aa93b14
 	done
aa93b14
-scheduler$(EXEEXT): $(scheduler_OBJECTS) $(scheduler_DEPENDENCIES) 
aa93b14
-	@rm -f scheduler$(EXEEXT)
aa93b14
-	$(CXXLINK) $(scheduler_OBJECTS) $(scheduler_LDADD) $(LIBS)
aa93b14
+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)