From 9f5ade78e634f6752853d4e6d9818707dbf75021 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 17 Jan 2012 02:36:32 +0300 Subject: Added default projects /etc/project --- debian/changelog | 6 ++++++ debian/postinst.in | 1 + share/project | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 share/project diff --git a/debian/changelog b/debian/changelog index aaef157..b475f8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +base-files (6.5+1) unstable; urgency=low + + * Added default projects /etc/project + + -- Igor Pashev Tue, 17 Jan 2012 03:34:56 +0400 + base-files (6.5) unstable; urgency=low * Modified default /etc/profile to not read /etc/bash.bashrc if bash diff --git a/debian/postinst.in b/debian/postinst.in index 6b9520d..2a43814 100644 --- a/debian/postinst.in +++ b/debian/postinst.in @@ -41,6 +41,7 @@ if [ "$1" = "configure" ] && [ "$2" = "" ]; then install_from_default /usr/share/base-files/dot.profile /root/.profile install_from_default /usr/share/base-files/dot.bashrc /root/.bashrc install_from_default /usr/share/base-files/profile /etc/profile + install_from_default /usr/share/base-files/project /etc/project install_from_default /usr/share/base-files/motd /etc/motd install_directory srv 755 root install_directory opt 755 root diff --git a/share/project b/share/project new file mode 100644 index 0000000..615f5de --- /dev/null +++ b/share/project @@ -0,0 +1,5 @@ +system:0:::: +user.root:1:::: +noproject:2:::: +default:3:::: +group.staff:10:::: -- cgit v1.2.3