--- /dev/null
+#!/bin/sh
+make clean
+make -B TARGET=bsta makefile
+make install
+make clean
+make -B TARGET=again makefile
+make install
+make clean
all: $(BIN) setuid exec
+
makefile: makefile.1.mak $(CONFIGFILE) configure.pl
$(CONFIGURE_CMD) < makefile.1.mak > makefile
$(SUDO) $(CP) bsta.cron $(CRON)
install: all cp_bin cp_lib cp_www cp_conf cp_cron
+
clean:
$(RM) -f configure.pl $(TO_GENERATE) $(PERL_WRAP_EXEC) $(PERL_WRAP_EXEC:=.c)
$(PERL) config/configure.1.pl $(DEFAULT_CONFIGFILE) < makefile.1.mak > makefile
PHONY: all clean install setuid exec mktree cp_bin cp_lib cp_www cp_conf cp_cron
+
all: $(BIN) setuid exec
+
makefile: makefile.1.mak $(CONFIGFILE) configure.pl
$(CONFIGURE_CMD) < makefile.1.mak > makefile
$(SUDO) $(CP) bsta.cron $(CRON)
install: all cp_bin cp_lib cp_www cp_conf cp_cron
+
clean:
$(RM) -f configure.pl $(TO_GENERATE) $(PERL_WRAP_EXEC) $(PERL_WRAP_EXEC:=.c)
$(PERL) config/configure.1.pl $(DEFAULT_CONFIGFILE) < makefile.1.mak > makefile
PHONY: all clean install setuid exec mktree cp_bin cp_lib cp_www cp_conf cp_cron
+
print ' </div>'."\n";
}
+ print ' <div id="insw" class="ins">'."\n";
+
if ($show_content) {
- print ' <div id="insw" class="ins">'."\n";
-
print ' <div class="undertext" id="words">'."\n";
print ' <form method="post" action="'.$_post_url.'">'."\n";
unless ($remove) {
print ' </div>'."\n";
}
print ' </div>'."\n";
- print ' <div id="underlinks">'."\n";
- print ' <a href="'.$_return_url.'">Return</a>'."\n";
- print ' </div>'."\n";
-
- print ' </div>'."\n";
}
+ print ' <div id="underlinks">'."\n";
+ print ' <a href="'.$_return_url.'">Return</a>'."\n";
+ print ' </div>'."\n";
+
+ print ' </div>'."\n";
print_html_body_end(\*STDOUT, $ong_state == STATE->{'inactive'});
print_html_end(\*STDOUT);