Compare commits
1 Commits
v0.0alpha1
...
v0.0alpha1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a57f57d229 |
6
Makefile
6
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user