diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-28 10:42:28 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-10-28 10:42:28 -0400 |
commit | 3e24e424d59a7c9bad0c99cbb702cdc6f2f6e23f (patch) | |
tree | 01f551dfa7fea215f42448220d8540535b96a1ac | |
parent | 6076cddff544c5c200e5732a626590c7c7dfc854 (diff) | |
download | initscripts-3e24e424d59a7c9bad0c99cbb702cdc6f2f6e23f.tar initscripts-3e24e424d59a7c9bad0c99cbb702cdc6f2f6e23f.tar.gz initscripts-3e24e424d59a7c9bad0c99cbb702cdc6f2f6e23f.tar.bz2 initscripts-3e24e424d59a7c9bad0c99cbb702cdc6f2f6e23f.tar.xz initscripts-3e24e424d59a7c9bad0c99cbb702cdc6f2f6e23f.zip |
Fix comment.
-rwxr-xr-x | systemd/fedora-autorelabel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/fedora-autorelabel b/systemd/fedora-autorelabel index 9144d59e..f5e4db29 100755 --- a/systemd/fedora-autorelabel +++ b/systemd/fedora-autorelabel @@ -1,6 +1,6 @@ #!/bin/bash # -# fsck, mount, set quotas, and relabel filesystems. +# Do automatic relabelling # . /etc/init.d/functions |