summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md (renamed from README)0
-rw-r--r--accel-pppd/accel-ppp.conf.52
-rw-r--r--cmake/cpack.cmake2
3 files changed, 2 insertions, 2 deletions
diff --git a/README b/README.md
index 2ce25b5f..2ce25b5f 100644
--- a/README
+++ b/README.md
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5
index 25bb513a..74add8d1 100644
--- a/accel-pppd/accel-ppp.conf.5
+++ b/accel-pppd/accel-ppp.conf.5
@@ -1211,7 +1211,7 @@ Specifies address to use as local address of ppp interfaces if chap-secrets is u
Specifies alternate chap-secrets file location (default is /etc/ppp/chap-secrets).
.TP
.BI "encrypted=" 0|1
-Specifies whether chap-secrets is encrypted (see README).
+Specifies whether chap-secrets is encrypted (see README.md).
.TP
.BI "username-hash=" hash1[,hash2]
Specifies hash chain to calculate username hash.
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake
index ee2a0391..b0c4823d 100644
--- a/cmake/cpack.cmake
+++ b/cmake/cpack.cmake
@@ -17,7 +17,7 @@ SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov <xeb@mail.ru>")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "PPtP/L2TP/PPPoE/SSTP server for Linux")
SET(CPACK_PACKAGE_VENDOR "Dmitry Kozlov")
-SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
+SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
IF(CPACK_TYPE STREQUAL Debian9)