summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-29 14:55:35 +0000
committerRoy Marples <roy@marples.name>2008-01-29 14:55:35 +0000
commit39d88dc809e130e16f2e9141bbb487eb937e402f (patch)
tree7febd68c37611f944de5591c5698925b6dd56599 /src
parent9112bd58ca0be548c100a7e9ffb6a62233412ae7 (diff)
downloadopenrc-39d88dc809e130e16f2e9141bbb487eb937e402f.tar.gz
openrc-39d88dc809e130e16f2e9141bbb487eb937e402f.tar.bz2
openrc-39d88dc809e130e16f2e9141bbb487eb937e402f.tar.xz
Fix branding.
Diffstat (limited to 'src')
-rw-r--r--src/rc/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index d5e0a14..f0a7639 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -799,7 +799,7 @@ int main (int argc, char **argv)
ecolor (ECOLOR_GOOD), ecolor (ECOLOR_HILITE),
ecolor (ECOLOR_NORMAL), ecolor (ECOLOR_BRACKET));
#ifdef BRANDING
- printf (BRANDING " (%s)", uts.arch);
+ printf (BRANDING " (%s)", uts.machine);
#else
printf ("%s %s (%s)",
uts.sysname,