Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 894)

Ticket Owner Reporter Resolution Summary
#940 solj desai fixed export script incompatibility wth osx
Description

/bin/date: illegal option -- R

usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+]val[ymwdHMS]] ...

[-f fmt date | [mm]dd]HH]MM[[cc]yy][.ss? [+format]

sed: 1: "misc/bcfg2.spec": invalid command code m sed: 1: "setup.py": unterminated substitute pattern sed: 1: "solaris/Makefile": unterminated substitute pattern

#951 solj http://fab.id.fedoraproject.org/ fixed Outdated packages
Description

A lot of the precompiled packages which are accessible through the Bcfg2 ftp server [1] are outdated. I think that it would be better to remove those old packages to avoid user confusion.

[1] ftp://ftp.mcs.anl.gov/pub/bcfg/

#965 solj Jim Rowan <[email protected]…> fixed Services with rules that specify "mode='manual'" are being modified.
Description

This is Version: 1.1.1-1~lucid1

A rule such as this:

<Service name='nxsensor' type='deb' mode='manual' status='off'/>

Causes the /etc/rc?.d/* files to be removed.

Before: jmr-ubuntu# ls -l rc?.d/*nxsensor lrwxrwxrwx 1 root root 18 Nov 17 11:28 rc0.d/K01nxsensor -> ../init.d/nxsensor lrwxrwxrwx 1 root root 18 Nov 17 11:28 rc2.d/S99nxsensor -> ../init.d/nxsensor lrwxrwxrwx 1 root root 18 Nov 17 11:28 rc3.d/S99nxsensor -> ../init.d/nxsensor lrwxrwxrwx 1 root root 18 Nov 17 11:28 rc5.d/S99nxsensor -> ../init.d/nxsensor lrwxrwxrwx 1 root root 18 Nov 17 11:28 rc6.d/K01nxsensor -> ../init.d/nxsensor

After: jmr-ubuntu# ls -l rc?.d/*nxsensor zsh: no matches found: rc?.d/*nxsensor

And when the status is changed to 'on', they're added back in: jmr-ubuntu# ls -l rc?.d/*nxsensor lrwxrwxrwx 1 root bin 18 Nov 17 11:38 rc0.d/K20nxsensor -> ../init.d/nxsensor lrwxrwxrwx 1 root bin 18 Nov 17 11:38 rc1.d/K20nxsensor -> ../init.d/nxsensor lrwxrwxrwx 1 root bin 18 Nov 17 11:38 rc2.d/S20nxsensor -> ../init.d/nxsensor lrwxrwxrwx 1 root bin 18 Nov 17 11:38 rc3.d/S20nxsensor -> ../init.d/nxsensor lrwxrwxrwx 1 root bin 18 Nov 17 11:38 rc4.d/S20nxsensor -> ../init.d/nxsensor lrwxrwxrwx 1 root bin 18 Nov 17 11:38 rc5.d/S20nxsensor -> ../init.d/nxsensor lrwxrwxrwx 1 root bin 18 Nov 17 11:38 rc6.d/K20nxsensor -> ../init.d/nxsensor

Note: See TracQuery for help on using queries.