From a57f57d2298a29926097ff5905aff9f05583a875 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Fri, 30 Mar 2018 09:47:26 -0500 Subject: [PATCH] The following changes were made: * Added URL, REPO, and BRIEF to Makefile * Modified passwd with default shell of /bin/sh for root --- Makefile | 6 ++++-- SRC/snap-base/passwd | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ec86143..31a9288 100644 --- a/Makefile +++ b/Makefile @@ -10,13 +10,15 @@ DEPENDS = ARCH = x86_64 -URL = +URL = http://snaplinux.org/ +REPO = core +BRIEF = Base system directories and files DESC = Base system directories and files ARCHIVE := SRCDIR := $(PWD)/SRC/snap-base PATCHDIR := $(PWD)/SRC/patches -VERSION := 0.0alpha1-5 +VERSION := 0.0alpha1-6 include /usr/share/snap/Makefile.snaplinux diff --git a/SRC/snap-base/passwd b/SRC/snap-base/passwd index 757a665..717ea8d 100644 --- a/SRC/snap-base/passwd +++ b/SRC/snap-base/passwd @@ -1,4 +1,4 @@ -root:x:0:0:root:/root:/bin/bash +root:x:0:0:root:/root:/bin/sh bin:x:1:1:bin:/dev/null:/bin/false daemon:x:6:6:Daemon User:/dev/null:/bin/false messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false