From 970c7ad609625f7930c2cf9d1d30eede53096817 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 4 Aug 2015 12:35:43 +0200 Subject: [PATCH 138/257] libstand: Change twiddle message to Elektrobier Obtained from: ElectroBSD --- lib/libstand/twiddle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libstand/twiddle.c b/lib/libstand/twiddle.c index b8c1117ea217..f23449778cef 100644 --- a/lib/libstand/twiddle.c +++ b/lib/libstand/twiddle.c @@ -48,7 +48,7 @@ void twiddle(u_int callerdiv) { static u_int callercnt, globalcnt, pos; - static const char message[] = "5,6,7,8 - Bullenstaat!"; + static const char message[] = "Elektrobier!\n"; callercnt++; if (callerdiv > 1 && (callercnt % callerdiv) != 0) -- 2.11.0