diff options
| author | William Hubbs <w.d.hubbs@gmail.com> | 2015-07-31 12:44:55 -0500 |
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-07-31 12:44:55 -0500 |
| commit | 7c9f1add21a9593da5a591115ba29c5c4ff11736 (patch) | |
| tree | 93a2cac45489628c82a04210dcd26e852ecd2eab /src/rc | |
| parent | a643e918dd40217ee09295a9064d4ae256b01e06 (diff) | |
Remove references to localmountorigin/mount-servicegithub/mount-service
Convert all references to localmount to the specific file systems that
should be needed.
Diffstat (limited to 'src/rc')
| -rw-r--r-- | src/rc/openrc-run.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/openrc-run.c b/src/rc/openrc-run.c index 989779bb..6e7b7e76 100644 --- a/src/rc/openrc-run.c +++ b/src/rc/openrc-run.c @@ -939,9 +939,9 @@ svc_stop_real(void) { bool stopped; - /* If we're stopping localmount, set LC_ALL=C so that + /* If we're stopping mount.*, set LC_ALL=C so that * bash doesn't load anything blocking the unmounting of /usr */ - if (strcmp(applet, "localmount") == 0) + if (strncmp(applet, "mount.", 6) == 0) setenv("LC_ALL", "C", 1); if (ibsave) |
