Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE12
systemd-mini
0002-fsck-include-device-name-in-the-message-ab...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-fsck-include-device-name-in-the-message-about-missin.patch of Package systemd-mini
Based on 8d2a6145334257c8a9ceabc9dd52dff06cca818e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl> Date: Mon, 26 May 2014 23:03:11 -0400 Subject: [PATCH] fsck: include device name in the message about missing fsck --- src/fsck/fsck.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- src/fsck/fsck.c +++ src/fsck/fsck.c 2014-06-03 14:15:15.746235301 +0000 @@ -284,10 +284,12 @@ int main(int argc, char *argv[]) { r = access(checker, X_OK); if (r < 0) { if (errno == ENOENT) { - log_info("%s doesn't exist, not checking file system.", checker); + log_info("%s doesn't exist, not checking file system on %s", + checker, device); return EXIT_SUCCESS; } else - log_warning("%s cannot be used: %m", checker); + log_warning("%s cannot be used for %s: %m", + checker, device); } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor