diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-01-17 02:36:32 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-01-17 02:36:32 +0300 |
commit | 9f5ade78e634f6752853d4e6d9818707dbf75021 (patch) | |
tree | a28935eb544449d581fc557059b406d7900b81bb | |
parent | 59e5c18cde0d4708dd6d8f5d0bc2cb51433e6067 (diff) | |
download | base-files-9f5ade78e634f6752853d4e6d9818707dbf75021.tar.gz |
Added default projects /etc/project
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/postinst.in | 1 | ||||
-rw-r--r-- | share/project | 5 |
3 files changed, 12 insertions, 0 deletions
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 <pashev.igor@gmail.com> 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:::: |