1 Commits

Author SHA1 Message Date
Jay Larson
a57f57d229 The following changes were made:
* Added URL, REPO, and BRIEF to Makefile
  * Modified passwd with default shell of /bin/sh for root
2018-03-30 09:47:26 -05:00
2 changed files with 5 additions and 3 deletions

View File

@@ -10,13 +10,15 @@
DEPENDS = DEPENDS =
ARCH = x86_64 ARCH = x86_64
URL = URL = http://snaplinux.org/
REPO = core
BRIEF = Base system directories and files
DESC = Base system directories and files DESC = Base system directories and files
ARCHIVE := ARCHIVE :=
SRCDIR := $(PWD)/SRC/snap-base SRCDIR := $(PWD)/SRC/snap-base
PATCHDIR := $(PWD)/SRC/patches PATCHDIR := $(PWD)/SRC/patches
VERSION := 0.0alpha1-5 VERSION := 0.0alpha1-6
include /usr/share/snap/Makefile.snaplinux include /usr/share/snap/Makefile.snaplinux

View File

@@ -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 bin:x:1:1:bin:/dev/null:/bin/false
daemon:x:6:6:Daemon User:/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 messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false