--- ./src/mount.c.00 2007-02-18 15:46:09.000000000 +0100 +++ ./src/mount.c 2007-02-18 17:53:21.000000000 +0100 @@ -111,7 +111,7 @@ if (i >= aiPtr->numMounts) { fprintf(stderr, -"mount.app defaults to not showing non-user mountable devices.\n" +"wmmnt defaults to not showing non-user mountable devices.\n" "Currently, all mount points are marked as 'Do not show'. Which\n" "probably means that none of your devices are user mountable.\n" "I'm 'un-ignoring' %s temporarily just so I have something to show\n", @@ -513,7 +513,7 @@ void printHelp(int argc, char *argv[]) { - fprintf(stderr, "mount.app %s - the WindowMaker universal mount point\n", + fprintf(stderr, "wmmnt %s - the WindowMaker universal mount point\n", VERSION); fprintf(stderr, "Copyright (C) 1999, 2002 Steve Borho \n"); fprintf(stderr, "This software comes with ABSOLUTELY NO WARRANTY\n"); --- ./src/config.c.00 2002-12-06 16:14:02.000000000 +0100 +++ ./src/config.c 2007-02-18 17:52:24.000000000 +0100 @@ -173,7 +173,7 @@ GTK_SIGNAL_FUNC(gtk_widget_destroy), GTK_OBJECT(dialog)); - label = gtk_label_new("mount.app Online help"); + label = gtk_label_new("wmmnt Online help"); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox), label, TRUE, TRUE, 0); gtk_widget_show(label); @@ -254,7 +254,7 @@ */ window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_container_border_width(GTK_CONTAINER(window), 10); - gtk_window_set_title(GTK_WINDOW(window), "mount.app Configurator"); + gtk_window_set_title(GTK_WINDOW(window), "wmmnt Configurator"); gtk_signal_connect(GTK_OBJECT(window), "destroy", GTK_SIGNAL_FUNC(destroy), NULL); gtk_signal_connect(GTK_OBJECT(window), "delete_event", @@ -815,7 +815,7 @@ gtk_tooltips_set_tip(GTK_TOOLTIPS(toolTip), fileNameEntry, "The filename of the pixmap which will be used for this " "icon type. " - "Any changes you make will not take effect until mount.app " + "Any changes you make will not take effect until wmmnt " "is restarted.", NULL); @@ -846,7 +846,7 @@ gtk_box_pack_start(GTK_BOX(pickBox), entry, TRUE, TRUE, 0); gtk_tooltips_set_tip(GTK_TOOLTIPS(toolTip), entry, - "This is the directory where mount.app will look for all " + "This is the directory where wmmnt will look for all " "of it's pixmaps.", NULL); /* @@ -918,7 +918,7 @@ GTK_SIGNAL_FUNC(cycleClicked), NULL); gtk_tooltips_set_tip(GTK_TOOLTIPS(toolTip), button, - "Make mount.app cycle " + "Make wmmnt cycle " "through all the mount points when it is idle " "(ie. no events for 5 seconds).", NULL); @@ -1101,7 +1101,7 @@ gtk_widget_show(ignoreCB); gtk_tooltips_set_tip(GTK_TOOLTIPS(toolTip), ignoreCB, - "When this button is down, mount.app will not display this " + "When this button is down, wmmnt will not display this " "mount point", NULL); @@ -1155,7 +1155,7 @@ gtk_box_pack_start(GTK_BOX(configBox), firstCB, TRUE, TRUE, 5); gtk_tooltips_set_tip(GTK_TOOLTIPS(toolTip), firstCB, - "When this button is down, mount.app will display this " + "When this button is down, wmmnt will display this " "mount point first", NULL); @@ -1214,7 +1214,7 @@ gtk_box_pack_start(GTK_BOX(configBox), vbox, TRUE, TRUE, 0); gtk_tooltips_set_tip(GTK_TOOLTIPS(toolTip), nameEntry, - "This is the name which will be displayed by mount.app " + "This is the name which will be displayed by wmmnt " "when viewing this mount point", NULL); @@ -1244,7 +1244,7 @@ void printConfigHelp(int argc, char *argv[]) { - fprintf(stderr, "mount.conf %s - Configurator for mount.app\n", VERSION); + fprintf(stderr, "wmmnt.conf %s - Configurator for wmmnt\n", VERSION); fprintf(stderr, "Copyright (C) 1998, 2002 Steve Borho \n"); fprintf(stderr, "This software comes with ABSOLUTELY NO WARRANTY\n"); fprintf(stderr, "This software is free software, and you are welcome " @@ -1258,7 +1258,7 @@ fprintf(stderr, " -i ignore NFS mounts\n"); fprintf(stderr, " -s SIGHUP parent when saving\n"); fprintf(stderr, " -m specify initial mount point\n"); - fprintf(stderr, "\nThis is intended to be called internally by mount.app\n"); + fprintf(stderr, "\nThis is intended to be called internally by wmmnt\n"); exit(0); } --- ./src/Makefile.am.00 2000-05-01 20:02:43.000000000 +0200 +++ ./src/Makefile.am 2007-02-18 17:54:01.000000000 +0100 @@ -17,7 +17,7 @@ mexecbindir = @mountsdir@ mpixmapdir = @pixmapdir@ -mexecbin_PROGRAMS = mount.app mount.conf +mexecbin_PROGRAMS = wmmnt mount.conf.conf INCLUDES = @LIBPL_INC_PATH@ @XCFLAGS@ --- ./src/properties.c.00 2007-02-18 15:46:05.000000000 +0100 +++ ./src/properties.c 2007-02-18 17:55:45.000000000 +0100 @@ -281,7 +281,7 @@ /* * If the icondir is the same as the compiled in default, - * then remove it from the config file. (in case mount.app + * then remove it from the config file. (in case wmmnt * gets recompiled with a new ICONDIR) */ if (strcmp(icondir, ICONDIR) == 0) @@ -480,7 +480,7 @@ return buf; /* Hacked by Michael Bueker: The config file simply gets - * written to $HOME/.mount.app/ instead of a dir related + * written to $HOME/.wmmnt/ instead of a dir related * to GNUstep. */ if (((home = getenv("HOME")) == 0) || strlen(home) > 100) @@ -489,7 +489,7 @@ exit(1); } - sprintf(buf, "%s/.mount.app/mount.app", home); + sprintf(buf, "%s/.wmmnt/wmmnt", home); return buf; } --- ./src/Makefile.in.00 2007-02-18 16:14:18.000000000 +0100 +++ ./src/Makefile.in 2007-02-18 17:54:56.000000000 +0100 @@ -46,7 +46,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -mexecbin_PROGRAMS = mount.app$(EXEEXT) mount.conf$(EXEEXT) +mexecbin_PROGRAMS = wmmnt$(EXEEXT) wmmnt.conf$(EXEEXT) subdir = src DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -260,7 +260,7 @@ clean-mexecbinPROGRAMS: -test -z "$(mexecbin_PROGRAMS)" || rm -f $(mexecbin_PROGRAMS) -mount.app$(EXEEXT): $(mount_app_OBJECTS) $(mount_app_DEPENDENCIES) - @rm -f mount.app$(EXEEXT) +wmmnt$(EXEEXT): $(mount_app_OBJECTS) $(mount_app_DEPENDENCIES) + @rm -f wmmnt$(EXEEXT) $(LINK) $(mount_app_LDFLAGS) $(mount_app_OBJECTS) $(mount_app_LDADD) $(LIBS) mostlyclean-compile: --- ./configure.in.00 2007-02-18 15:46:05.000000000 +0100 +++ ./configure.in 2007-02-18 17:59:44.000000000 +0100 @@ -70,12 +70,12 @@ if test "$shape" = no; then echo "********** WARNING *************" - echo "You need X server shape extensions in order to run mount.app," + echo "You need X server shape extensions in order to run wmmnt," echo "and they were not found on your system." read foo fi -dnl XPM Support <- If you disable XPM, mount.app will not compile. +dnl XPM Support <- If you disable XPM, wmmnt will not compile. dnl =========== xpm=yes AC_ARG_ENABLE(xpm, @@ -102,7 +102,7 @@ if test "$missing" = yes; then echo "********** WARNING *************" echo "libWINGs is not installed in your system." - echo "You need to build it before building mount.app (if you already" + echo "You need to build it before building wmmnt (if you already" echo "did that, remove config.cache and rerun configure)." echo "Please read the INSTALL file for detailed instructions." read foo @@ -125,7 +125,7 @@ fi mountsdir='${bindir}' -pixmapdir='${datadir}/mount.app' +pixmapdir='${datadir}/wmmnt' AC_SUBST(mountsdir) AC_SUBST(pixmapdir) @@ -141,9 +141,9 @@ AC_DEFINE_UNQUOTED(BINDIR, "$BINDIR") if test "${datadir}" = '${prefix}/share'; then - ICONDIR=${prefix}/share/mount.app + ICONDIR=${prefix}/share/wmmnt else - ICONDIR=${datadir}/mount.app + ICONDIR=${datadir}/wmmnt fi AC_DEFINE_UNQUOTED(ICONDIR, "$ICONDIR")