Changeset 380 for trunk/packages/sipb-xen-console/debian
- Timestamp:
- Apr 1, 2008, 8:06:31 PM (17 years ago)
- Location:
- trunk/packages/sipb-xen-console/debian
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-console/debian/changelog
r371 r380 1 sipb-xen-console (6) unstable; urgency=low 2 3 * modprobe fuse before attaching consolefs 4 * Revert code to block dropping privileges to user accounts 5 * Add configuration to accept Kerberos config for users and error on 6 non-root users if Kerberos authentication fails 7 8 -- SIPB Xen Project <sipb-xen@mit.edu> Tue, 01 Apr 2008 20:03:11 -0400 9 1 10 sipb-xen-console (5.1) unstable; urgency=low 2 11 -
trunk/packages/sipb-xen-console/debian/control
r345 r380 10 10 Provides: ${diverted-files} 11 11 Conflicts: ${diverted-files} 12 Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, fuse-utils, libnss-pgsql1, nscd, openssh-client, openssh-server, python-fuse, sipb-xen-database-common12 Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, debathena-kerberos-config, fuse-utils, libnss-pgsql1, nscd, openssh-client, openssh-server, python-fuse, sipb-xen-chrony-config, sipb-xen-database-common 13 13 Description: SIPB Xen serial console server 14 14 This package should be installed on sipb-xen-console -
trunk/packages/sipb-xen-console/debian/control.in
r353 r380 10 10 Provides: ${diverted-files} 11 11 Conflicts: ${diverted-files} 12 Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, fuse-utils, libnss-pgsql1, nscd, openssh-client, openssh-server, python-fuse, sipb-xen-chrony-config, sipb-xen-database-common12 Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, debathena-kerberos-config, fuse-utils, libnss-pgsql1, nscd, openssh-client, openssh-server, python-fuse, sipb-xen-chrony-config, sipb-xen-database-common 13 13 Description: SIPB Xen serial console server 14 14 This package should be installed on sipb-xen-console -
trunk/packages/sipb-xen-console/debian/rules
r368 r380 6 6 /etc/init.d/bootmisc.sh \ 7 7 /etc/modules \ 8 /etc/motd \ 8 9 /etc/nscd.conf \ 9 10 /etc/nsswitch.conf \ 10 /etc/motd \ 11 /etc/ssh/ssh_config 11 /etc/pam.d/ssh \ 12 /etc/ssh/ssh_config \ 13 /etc/ssh/sshd_config 12 14 13 15 include /usr/share/cdbs/1/rules/debhelper.mk -
trunk/packages/sipb-xen-console/debian/sipb-xen-console.init
r344 r380 45 45 # 1 if daemon was already running 46 46 # 2 if daemon could not be started 47 modprobe fuse 47 48 daemon --running -n $NAME && return 1 48 49 daemon -r -O daemon.info -E daemon.err -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
Note: See TracChangeset
for help on using the changeset viewer.