summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/generic-main.c
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-03-08 18:31:50 -0800
committerGeoff Levand <geoff@infradead.org>2012-03-08 20:51:37 -0800
commitae0ba68f475ae5b057aad6538765bc8702134b9a (patch)
tree07d5dbfcb1df4f72c26129f1481c3de8b01de883 /ui/ncurses/generic-main.c
parentf3015e4c01407dee3fd54273c71a43b56b756d59 (diff)
downloadtalos-petitboot-ae0ba68f475ae5b057aad6538765bc8702134b9a.tar.gz
talos-petitboot-ae0ba68f475ae5b057aad6538765bc8702134b9a.zip
Log file cleanups
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'ui/ncurses/generic-main.c')
-rw-r--r--ui/ncurses/generic-main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/ncurses/generic-main.c b/ui/ncurses/generic-main.c
index 972490a..2d342c3 100644
--- a/ui/ncurses/generic-main.c
+++ b/ui/ncurses/generic-main.c
@@ -38,14 +38,14 @@
static void print_version(void)
{
- printf("pb-cui (" PACKAGE_NAME ") " PACKAGE_VERSION "\n");
+ printf("petitboot-nc (" PACKAGE_NAME ") " PACKAGE_VERSION "\n");
}
static void print_usage(void)
{
print_version();
printf(
-"Usage: pb-cui [-h, --help] [-l, --log log-file] [-V, --version]\n");
+"Usage: petitboot-nc [-h, --help] [-l, --log log-file] [-V, --version]\n");
}
/**
@@ -78,7 +78,7 @@ static int opts_parse(struct opts *opts, int argc, char *argv[])
};
static const char short_options[] = "hl:V";
static const struct opts default_values = {
- .log_file = "pb-cui.log",
+ .log_file = "/var/log/petitboot/petitboot-nc.log",
};
*opts = default_values;
@@ -255,7 +255,7 @@ int main(int argc, char *argv[])
pb_log_always_flush(1);
#endif
- pb_log("--- pb-cui ---\n");
+ pb_log("--- petitboot-nc ---\n");
sa.sa_handler = sig_handler;
result = sigaction(SIGALRM, &sa, NULL);
OpenPOWER on IntegriCloud