From 57ec76a3e15006c94e579662ce710bfd3f032331 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Sat, 8 Jan 2011 16:16:33 +0300 Subject: 1.3.3 release --- cmake/cpack.cmake | 2 +- cmake/debian/postinst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cmake') diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake index a59af722..a0bd929c 100644 --- a/cmake/cpack.cmake +++ b/cmake/cpack.cmake @@ -2,7 +2,7 @@ INCLUDE(InstallRequiredSystemLibraries) SET(CPACK_PACKAGE_VERSION_MAJOR "1") SET(CPACK_PACKAGE_VERSION_MINOR "3") -SET(CPACK_PACKAGE_VERSION_PATCH "2") +SET(CPACK_PACKAGE_VERSION_PATCH "3") SET(CPACK_PACKAGE_NAME "accel-ppp") SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov ") 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 -- cgit v1.2.3