Browse Source

incron: made incron to create its user and group.

user/amery/next/uclibc
Nagy Karoly Gabriel 13 years ago
parent
commit
019ed0e8e3
  1. 16
      base/incron/postsysfiles.in

16
base/incron/postsysfiles.in

@ -0,0 +1,16 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../incron/postsysfiles.in
# Copyright (C) 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
safe_groupadd incron 52
safe_useradd incron 52 52 "Incron system" /var/spool/incron /bin/false "*"
Loading…
Cancel
Save