From f321224070055644bb981e3b328898f7d6e662b4 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 17 Sep 2019 11:33:36 -0700 Subject: [PATCH] Fix up storage_config script for rpmlint failures rpmlint reports the following errors: [ 5s] E: File storage_config is missing Required-Start, please add even if empty! [ 5s] W: File storage_config is missing Required-Stop, please add even if empty! [ 5s] ERROR: found one or more broken init or boot scripts, please fix them. [ 5s] For more information about LSB headers please read the manual [ 5s] page of of insserv by executing the command man 8 insserv. Story: 2006564 Task: 36662 Change-Id: Iae36bd373b513af72e5d7e736adf68a5a80a7011 Signed-off-by: Saul Wold --- storageconfig/storageconfig/storage_config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storageconfig/storageconfig/storage_config b/storageconfig/storageconfig/storage_config index 427039b976..2051989c7a 100644 --- a/storageconfig/storageconfig/storage_config +++ b/storageconfig/storageconfig/storage_config @@ -12,6 +12,8 @@ ### BEGIN INIT INFO # Provides: storage_config # Short-Description: Storage node config agent +# Required-Start: +# Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 ### END INIT INFO