diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2013-06-04 15:40:30 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2013-06-04 15:40:30 +0400 |
commit | 537aa4db022683d11cf13dab60a3410016f98ca8 (patch) | |
tree | 4b22238af3c91d8438664dfc9d0f9a58b4a49f53 /cmake | |
parent | 45156b684e0bd404215183d1368ad8694f29075e (diff) | |
download | accel-ppp-537aa4db022683d11cf13dab60a3410016f98ca8.tar.gz accel-ppp-537aa4db022683d11cf13dab60a3410016f98ca8.zip |
use /var/lib/accel-ppp instead /var/run/accel-ppp
Diffstat (limited to 'cmake')
-rwxr-xr-x | cmake/debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/debian/postinst b/cmake/debian/postinst index 5d516cd..cc38181 100755 --- a/cmake/debian/postinst +++ b/cmake/debian/postinst @@ -3,6 +3,6 @@ chmod +x /etc/init.d/accel-ppp mkdir /var/log/accel-ppp > /dev/null 2>&1 -mkdir /var/run/accel-ppp > /dev/null 2>&1 +mkdir /var/lib/accel-ppp > /dev/null 2>&1 exit 0 |