diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-08-21 18:24:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 23:01:33 +0100 |
commit | 7c962ca5d01ae4b9f511bb2b3b7700f970051727 (patch) | |
tree | 17116df91dc94193037b81dfa52d35e0e108eaac /meta/recipes-extended/sudo/files | |
parent | 177aec177306e68bcd822dee6b29a7efbd558a91 (diff) | |
download | openembedded-core-7c962ca5d01ae4b9f511bb2b3b7700f970051727.tar.gz openembedded-core-7c962ca5d01ae4b9f511bb2b3b7700f970051727.tar.bz2 openembedded-core-7c962ca5d01ae4b9f511bb2b3b7700f970051727.zip |
sudo: remove volatile configuration file
The new version of sudo has fixed the problem and will create the
directory if it doesn't exist. So the configuration file is no longer
needed.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sudo/files')
-rw-r--r-- | meta/recipes-extended/sudo/files/volatiles.99_sudo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/sudo/files/volatiles.99_sudo b/meta/recipes-extended/sudo/files/volatiles.99_sudo deleted file mode 100644 index ecb576eaa3..0000000000 --- a/meta/recipes-extended/sudo/files/volatiles.99_sudo +++ /dev/null @@ -1 +0,0 @@ -d root root 0755 /var/run/sudo none |