diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-05-27 11:31:14 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-05-27 11:31:14 +0000 |
commit | 2eb947aa6f432f8c0bb4c7219dd9282fd9a05716 (patch) | |
tree | d7e6f12aa9397f28b4f1879906bd7b192c2e689e /proftpd | |
parent | 779b7df20a95495dfdb289a45f3db69c8848fbcc (diff) |
Add missing end paranthesis.
Diffstat (limited to 'proftpd')
-rwxr-xr-x | proftpd/proftpd.cf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proftpd/proftpd.cf b/proftpd/proftpd.cf index 5eb6884..0c77bd4 100755 --- a/proftpd/proftpd.cf +++ b/proftpd/proftpd.cf @@ -6,6 +6,7 @@ control: editfiles shellcommands processes + ) AddInstallable = ( proftpd_reload ) EditfileSize = ( 10000 ) |