diff options
| author | Kozlov Dmitry <dima@server> | 2011-05-30 16:21:30 +0400 |
|---|---|---|
| committer | Kozlov Dmitry <dima@server> | 2011-05-30 16:21:30 +0400 |
| commit | 4497c1bae58e5920a250df95abb959d4b3d980b4 (patch) | |
| tree | 2d33ee7b4ae7dd1ba59be80220db3232ea1f736c /cmake/debian/postinst | |
| parent | 6dd6ad03bb7d9a9b687f2c3468dfdc2d102a0dda (diff) | |
| download | accel-ppp-4497c1bae58e5920a250df95abb959d4b3d980b4.tar.gz accel-ppp-4497c1bae58e5920a250df95abb959d4b3d980b4.zip | |
1.3.6 release
Diffstat (limited to 'cmake/debian/postinst')
| -rwxr-xr-x | cmake/debian/postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/debian/postinst b/cmake/debian/postinst index a039b4f4..5d516cd2 100755 --- a/cmake/debian/postinst +++ b/cmake/debian/postinst @@ -2,7 +2,7 @@ chmod +x /etc/init.d/accel-ppp -mkdir /var/log/accel-ppp &> /dev/null -mkdir /var/run/accel-ppp &> /dev/null +mkdir /var/log/accel-ppp > /dev/null 2>&1 +mkdir /var/run/accel-ppp > /dev/null 2>&1 exit 0 |
