diff options
author | Daniel Mack <daniel@zonque.org> | 2015-06-15 13:50:43 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-06-15 14:08:02 +0200 |
commit | 12c2884c552de25bc9c6155cafff619f6c1766b3 (patch) | |
tree | fcd270f84ea6b4fcd90d8d4d15b1a045bd237c7b /.gitignore | |
parent | f430b07b72c6cc5aab43ddeba940b59bd0aaecc7 (diff) | |
download | systemd-12c2884c552de25bc9c6155cafff619f6c1766b3.tar.gz |
firewall: rename fw-util.[ch] → firewall-util.[ch]
The names fw-util.[ch] are too ambiguous, better rename the files to
firewall-util.[ch]. Also rename the test accordingly.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9d93347d6b..1e704a872b 100644 --- a/.gitignore +++ b/.gitignore @@ -193,7 +193,7 @@ /test-fdset /test-fileio /test-fstab-util -/test-fw-util +/test-firewall-util /test-hashmap /test-hostname /test-icmp6-rs |