diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-07-10 11:31:18 +0300 |
|---|---|---|
| committer | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-07-10 11:58:39 +0300 |
| commit | d1107449e52a0bd42169fd66b595972e4f5cd825 (patch) | |
| tree | 7a5efd987c95d7edc229049a43e35f7044cd1e8b | |
| parent | 96e6141c8698c0bfe24ac6adbe3823aa6c706bf7 (diff) | |
| download | accel-ppp-d1107449e52a0bd42169fd66b595972e4f5cd825.tar.gz accel-ppp-d1107449e52a0bd42169fd66b595972e4f5cd825.zip | |
README: convert documentation to Markdown
| -rw-r--r-- | README.md (renamed from README) | 0 | ||||
| -rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 2 | ||||
| -rw-r--r-- | cmake/cpack.cmake | 2 |
3 files changed, 2 insertions, 2 deletions
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) |
