]> git.ozlabs.org Git - ppp.git/commit
Don't overwrite configuration files in <sysconfdir>/ppp (#518)
authorPaul Mackerras <paulus@ozlabs.org>
Sat, 14 Sep 2024 03:31:56 +0000 (13:31 +1000)
committerGitHub <noreply@github.com>
Sat, 14 Sep 2024 03:31:56 +0000 (13:31 +1000)
commit53e6846dffe2b0e2645581d70eabbc0cb0da78e3
tree5820b5fc52d0e296a5904f3b00f2594ac0f90356
parent1d0bff9bc81e3a0ed4e3c643d1a45b12aa3bde96
Don't overwrite configuration files in <sysconfdir>/ppp (#518)

This renames the configuration files in etc.ppp/ to have ".example"
on the end of their names.  This is so that when they are copied to
<sysconfdir>/ppp (often /etc/ppp), they don't overwrite existing
pppd configuration files, and it is clear that they are just examples.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
13 files changed:
Makefile.am
etc.ppp/chap-secrets [deleted file]
etc.ppp/chap-secrets.example [new file with mode: 0644]
etc.ppp/eaptls-client [deleted file]
etc.ppp/eaptls-client.example [new file with mode: 0644]
etc.ppp/eaptls-server [deleted file]
etc.ppp/eaptls-server.example [new file with mode: 0644]
etc.ppp/openssl.cnf [deleted file]
etc.ppp/openssl.cnf.example [new file with mode: 0644]
etc.ppp/options [deleted file]
etc.ppp/options.example [new file with mode: 0644]
etc.ppp/pap-secrets [deleted file]
etc.ppp/pap-secrets.example [new file with mode: 0644]