mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-20 15:15:25 +01:00
13 lines
556 B
Diff
13 lines
556 B
Diff
diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c
|
|
index 273f7ef..8885637 100644
|
|
--- a/src/rc/rc-update.c
|
|
+++ b/src/rc/rc-update.c
|
|
@@ -62,7 +62,7 @@ add(const char *runlevel, const char *service)
|
|
eerror("%s: service `%s' does not exist",
|
|
applet, service);
|
|
} else if (rc_service_in_runlevel(service, runlevel)) {
|
|
- ewarn("%s: %s already installed in runlevel `%s'; skipping",
|
|
+ einfo("%s: %s already installed in runlevel `%s'; skipping",
|
|
applet, service, runlevel);
|
|
retval = 0;
|
|
} else if (rc_service_add(runlevel, service)) {
|