diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2011-01-08 16:16:33 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2011-01-08 16:16:33 +0300 |
commit | 57ec76a3e15006c94e579662ce710bfd3f032331 (patch) | |
tree | f754558639a34f2c06f1b623b17436fd784d5705 /cmake/debian/postinst | |
parent | 289ae8801cb42368aa4fb826432306d436c220f3 (diff) | |
download | accel-ppp-57ec76a3e15006c94e579662ce710bfd3f032331.tar.gz accel-ppp-57ec76a3e15006c94e579662ce710bfd3f032331.zip |
1.3.3 release
Diffstat (limited to 'cmake/debian/postinst')
-rwxr-xr-x | cmake/debian/postinst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/debian/postinst b/cmake/debian/postinst index 4d1b1846..a039b4f4 100755 --- a/cmake/debian/postinst +++ b/cmake/debian/postinst @@ -1,8 +1,8 @@ #!/bin/sh -chmod +x /etc/init.d/accel-pptp +chmod +x /etc/init.d/accel-ppp -mkdir /var/log/accel-pptp &> /dev/null -mkdir /var/run/accel-pptp &> /dev/null +mkdir /var/log/accel-ppp &> /dev/null +mkdir /var/run/accel-ppp &> /dev/null exit 0 |