diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-27 23:49:56 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-27 23:53:01 +0000 |
| commit | 33831f0ba604d4060d552a6c93f1d23b29672538 (patch) | |
| tree | e7388bf7ce1b569fc2009275d0a1b00ec19ba3b3 /debian/patches/runsystem_setup_pflocal.patch | |
| parent | b32f3bc9edfbbab5c250da92c451c6eb99a079cb (diff) | |
New ustream snapshot
- Migrates everything to libpthread.
- Bump libc0.3-dev build dependency to get pthread_hurd_cond_wait.
- Break libthreads-based netdde.
- Remove install-msgids.diff, pflocal.patch,
runsystem_setup_pflocal.patch, makedev_keep_options.patch,
makedev_parted_store.patch, ext2fs_nowait.patch, libpager_deadlock.patch,
libdiskfs_self-reauth.patch, libdiskfs_sync.patch, merged upstream
- Refresh exec_filename_exec.patch, exec_filename_fs.patch,
ext2fs_large_stores.patch, external.patch, init_try_runsystem.gnu.patch,
libdde_workqueue.patch, libports_stability.patch, pfinet_dhcp.patch,
posix-sigcodes.patch, proxy-defpager.diff.
* New patch ext2fs_large_stores_pthread.patch to move ext2fs large store
support to pthread.
Diffstat (limited to 'debian/patches/runsystem_setup_pflocal.patch')
| -rw-r--r-- | debian/patches/runsystem_setup_pflocal.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/runsystem_setup_pflocal.patch b/debian/patches/runsystem_setup_pflocal.patch deleted file mode 100644 index 3f8a96ed..00000000 --- a/debian/patches/runsystem_setup_pflocal.patch +++ /dev/null @@ -1,22 +0,0 @@ -Automatically setup local sockets if not already done so. Needed early for shell -pipelines. ---- - daemons/runsystem.sh | 6 ++++++ - 1 file changed, 6 insertions(+) - -merged upstream ---- a/daemons/runsystem.sh -+++ b/daemons/runsystem.sh -@@ -53,6 +53,12 @@ function singleuser () - } - - -+# See whether pflocal is setup already, and do so if not (install case) -+ -+if ! test -e /servers/socket/1 && which settrans >/dev/null ; then -+ settrans -c /servers/socket/1 /hurd/pflocal -+fi -+ - # We expect to be started by console-run, which gives us no arguments and - # puts FALLBACK_CONSOLE=file-name in the environment if our console is - # other than a normal /dev/console. |
