From b1877c6c0a85cb67c5584ed4009201f5cdc8101c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 22 Aug 2019 01:16:58 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- apache2/mods-enabled/php7.0.conf | 1 - apache2/mods-enabled/php7.0.load | 1 - apache2/mods-enabled/php7.3.conf | 1 + apache2/mods-enabled/php7.3.load | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 apache2/mods-enabled/php7.0.conf delete mode 120000 apache2/mods-enabled/php7.0.load create mode 120000 apache2/mods-enabled/php7.3.conf create mode 120000 apache2/mods-enabled/php7.3.load diff --git a/apache2/mods-enabled/php7.0.conf b/apache2/mods-enabled/php7.0.conf deleted file mode 120000 index 11c4a99..0000000 --- a/apache2/mods-enabled/php7.0.conf +++ /dev/null @@ -1 +0,0 @@ -../mods-available/php7.0.conf \ No newline at end of file diff --git a/apache2/mods-enabled/php7.0.load b/apache2/mods-enabled/php7.0.load deleted file mode 120000 index 58e0a2f..0000000 --- a/apache2/mods-enabled/php7.0.load +++ /dev/null @@ -1 +0,0 @@ -../mods-available/php7.0.load \ No newline at end of file diff --git a/apache2/mods-enabled/php7.3.conf b/apache2/mods-enabled/php7.3.conf new file mode 120000 index 0000000..9c8673f --- /dev/null +++ b/apache2/mods-enabled/php7.3.conf @@ -0,0 +1 @@ +../mods-available/php7.3.conf \ No newline at end of file diff --git a/apache2/mods-enabled/php7.3.load b/apache2/mods-enabled/php7.3.load new file mode 120000 index 0000000..ea4fee1 --- /dev/null +++ b/apache2/mods-enabled/php7.3.load @@ -0,0 +1 @@ +../mods-available/php7.3.load \ No newline at end of file -- 2.39.5