diff options
author | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-01-25 02:48:37 +0100 |
---|---|---|
committer | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-01-25 02:48:37 +0100 |
commit | 46a52e6b87ca71665bc02e033e0ff2160ec6cdee (patch) | |
tree | 00b6f721039c3244e68615eee71264a4e3d67074 /mldonkey/post-install | |
parent | 108270469448c4dd0f9eb6f9b97913b5a113f4e6 (diff) | |
download | contrib-46a52e6b87ca71665bc02e033e0ff2160ec6cdee.tar.gz contrib-46a52e6b87ca71665bc02e033e0ff2160ec6cdee.tar.xz |
Revert "Revert "mldonkey: Updated 2.9.2 -> 2.9.3""
This reverts commit 50a4307b2e650dae78a1f64fce534db9d22638c1.
Diffstat (limited to 'mldonkey/post-install')
-rwxr-xr-x | mldonkey/post-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mldonkey/post-install b/mldonkey/post-install index cb980de24..20bd056ad 100755 --- a/mldonkey/post-install +++ b/mldonkey/post-install @@ -15,6 +15,7 @@ MLPATH=/var/mlnet /usr/bin/passwd -l $MLUSER # setup bitperms +[ ! -d $MLPATH ] && mkdir -p $MLPATH /bin/chmod 0775 $MLPATH /bin/chown root.$MLGROUP $MLPATH |