From 59b5cf6df15b62369047d2369879809fd1ab4279 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sat, 12 Jan 2019 15:20:59 -0300 Subject: [PATCH] archive: etc/fstab: adjust to fit well in 80 columns --- archive/etc/fstab | 6 +++--- recipes/data/etc/recipe | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/archive/etc/fstab b/archive/etc/fstab index cb48966b..92faa080 100644 --- a/archive/etc/fstab +++ b/archive/etc/fstab @@ -3,6 +3,6 @@ # # For more information, type "man 5 fstab". # -# Filesystem Mountpoint Type Options Dump Check -proc /proc proc nosuid,noexec,nodev 0 0 -#tmp /tmp tmpfs defaults 0 0 +# Filesystem Mountpoint Type Options Dump/Check +proc /proc proc nosuid,noexec,nodev 0 0 +#tmp /tmp tmpfs defaults 0 0 diff --git a/recipes/data/etc/recipe b/recipes/data/etc/recipe index f23e81a2..90b76150 100644 --- a/recipes/data/etc/recipe +++ b/recipes/data/etc/recipe @@ -1,6 +1,6 @@ # Build recipe for /etc. # -# Copyright (c) 2017-2018 Matias Fonzo, . +# Copyright (c) 2017-2019 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ program=etc version=dragora -pkgversion=20181222 +pkgversion=20190112 arch=noarch release=1 -- 2.11.4.GIT