From 7aa08b0c7e782a151ea59b5d32c7fe7ae9504a40 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Thu, 16 Aug 2018 10:52:34 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- apache2/mods-enabled/php5.6.conf | 1 - apache2/mods-enabled/php5.6.load | 1 - apache2/mods-enabled/php7.2.conf | 1 + apache2/mods-enabled/php7.2.load | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 apache2/mods-enabled/php5.6.conf delete mode 120000 apache2/mods-enabled/php5.6.load create mode 120000 apache2/mods-enabled/php7.2.conf create mode 120000 apache2/mods-enabled/php7.2.load diff --git a/apache2/mods-enabled/php5.6.conf b/apache2/mods-enabled/php5.6.conf deleted file mode 120000 index c36f6a71..00000000 --- a/apache2/mods-enabled/php5.6.conf +++ /dev/null @@ -1 +0,0 @@ -../mods-available/php5.6.conf \ No newline at end of file diff --git a/apache2/mods-enabled/php5.6.load b/apache2/mods-enabled/php5.6.load deleted file mode 120000 index 95acf80c..00000000 --- a/apache2/mods-enabled/php5.6.load +++ /dev/null @@ -1 +0,0 @@ -../mods-available/php5.6.load \ No newline at end of file diff --git a/apache2/mods-enabled/php7.2.conf b/apache2/mods-enabled/php7.2.conf new file mode 120000 index 00000000..8d6058a5 --- /dev/null +++ b/apache2/mods-enabled/php7.2.conf @@ -0,0 +1 @@ +../mods-available/php7.2.conf \ No newline at end of file diff --git a/apache2/mods-enabled/php7.2.load b/apache2/mods-enabled/php7.2.load new file mode 120000 index 00000000..66b235bc --- /dev/null +++ b/apache2/mods-enabled/php7.2.load @@ -0,0 +1 @@ +../mods-available/php7.2.load \ No newline at end of file -- 2.43.0