commit:     6781667641580fef852ccffc2f42d060f791b354
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Sun Feb 15 22:15:18 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Feb 15 22:15:18 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=67816676

typo fix

---
 src/rc/checkpath.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index b6f1d6a..4e36242 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -134,7 +134,7 @@ static int do_check(char *path, uid_t uid, gid_t gid, 
mode_t mode,
 
        if (mode && (st.st_mode & 0777) != mode) {
                if ((type != inode_dir) && (st.st_nlink != 1)) {
-                       eerror("%s: chown: %s %s", applet, "Too many hard links 
to", path);
+                       eerror("%s: chmod: %s %s", applet, "Too many hard links 
to", path);
                        return -1;
                }
                einfo("%s: correcting mode", path);

Reply via email to