From 6d37cda1a097bc07555569083540283115307ea2 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Thu, 9 Sep 2021 00:22:34 -0500 Subject: [PATCH] Update docs --- docs/uninstall-zh.md | 7 ++++--- docs/uninstall.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/uninstall-zh.md b/docs/uninstall-zh.md index 65b2510..07c2731 100644 --- a/docs/uninstall-zh.md +++ b/docs/uninstall-zh.md @@ -31,9 +31,10 @@ sudo bash vpnunst.sh ```bash service ipsec stop service xl2tpd stop -rm -rf /usr/local/sbin/ipsec /usr/local/libexec/ipsec -rm -f /etc/init/ipsec.conf /lib/systemd/system/ipsec.service \ - /etc/init.d/ipsec /usr/lib/systemd/system/ipsec.service +rm -rf /usr/local/sbin/ipsec /usr/local/libexec/ipsec /usr/local/share/doc/libreswan +rm -f /etc/init/ipsec.conf /lib/systemd/system/ipsec.service /etc/init.d/ipsec \ + /usr/lib/systemd/system/ipsec.service /etc/logrotate.d/libreswan \ + /usr/lib/tmpfiles.d/libreswan.conf ``` ### 第二步 diff --git a/docs/uninstall.md b/docs/uninstall.md index fc56eda..8d765db 100644 --- a/docs/uninstall.md +++ b/docs/uninstall.md @@ -31,9 +31,10 @@ Alternatively, you may manually uninstall the VPN by following these steps. Comm ```bash service ipsec stop service xl2tpd stop -rm -rf /usr/local/sbin/ipsec /usr/local/libexec/ipsec -rm -f /etc/init/ipsec.conf /lib/systemd/system/ipsec.service \ - /etc/init.d/ipsec /usr/lib/systemd/system/ipsec.service +rm -rf /usr/local/sbin/ipsec /usr/local/libexec/ipsec /usr/local/share/doc/libreswan +rm -f /etc/init/ipsec.conf /lib/systemd/system/ipsec.service /etc/init.d/ipsec \ + /usr/lib/systemd/system/ipsec.service /etc/logrotate.d/libreswan \ + /usr/lib/tmpfiles.d/libreswan.conf ``` ### Second step